Recent Releases of wsfn
wsfn - v0.0.13
This is a maintenance release compiled with Go version 1.24.2 and updated dependencies.
What's Changed
- Bump golang.org/x/crypto from 0.32.0 to 0.35.0 by @dependabot in https://github.com/caltechlibrary/wsfn/pull/2
New Contributors
- @dependabot made their first contribution in https://github.com/caltechlibrary/wsfn/pull/2
Full Changelog: https://github.com/caltechlibrary/wsfn/compare/v0.0.12...v0.0.13
- Go
Published by rsdoiel about 1 year ago
wsfn - v0.0.12 maintenance release.
This is a maintenance release compiled with Go version 1.24.0
Full Changelog: https://github.com/caltechlibrary/wsfn/compare/v0.0.11...v0.0.1
- Go
Published by rsdoiel over 1 year ago
wsfn - maintenance release
updated dependency versions.
Full Changelog: https://github.com/caltechlibrary/wsfn/compare/v0.0.10...v0.0.11
- Go
Published by rsdoiel over 2 years ago
wsfn - maintenance release
This is a maintenance release modernizing the build process and documentation handling. It also includes an added function to read a redirects CSV into a map[string]string. Also included is a curl installer.sh for stream lining installations on macOS and Linux.
Full Changelog: https://github.com/caltechlibrary/wsfn/compare/v0.0.9...v0.0.10
- Go
Published by rsdoiel about 3 years ago
wsfn - maintenance release
This is just a maintenance release to pickup updates of imported modules. Assumes Go 1.20.
- Go
Published by rsdoiel over 3 years ago
wsfn - Added support for JavaScript module extension
This release sees improvements in the build process and primarily the addition of supporting ES6 modules with Content-Type text/javascript for files ending in ".mjs".
- Go
Published by rsdoiel almost 5 years ago
wsfn - go1.16 support and code consolidation
Consolidated the code into a single wsfn.go package file. Added support for go1.16 modules.
- Go
Published by rsdoiel over 5 years ago
wsfn - Simple RedirectRouter functionality added.
A few funcs were added to wsfn to make it easy to support a simple type of redirect definition based on common path prefixes. Given a list of target prefixes they can be redirected by replacing the target prefix with the associated destination prefix before passing back an Header redirect to the browser. Internal wsfn now has a couple non-public variables that maintain a list of sorted keys as well as a map of target and destination. Added public functions include
- RedirectRouter()
- HasRedirectRoutes()
- AddRedirectRoute()
- Go
Published by rsdoiel about 7 years ago
wsfn - Added WASM content check in response in _ws_
This is a minor change in the behavior for StaticRouter() handler. If the request url.Path has an extension of ".wasm" then a content type is applied of "application/wasm" so you can server out WebAssembly programs via the ws web server utility.
- Go
Published by rsdoiel over 7 years ago