Releases: hairyhenderson/go-fsimpl
Releases · hairyhenderson/go-fsimpl
v0.1.0
Initial release. Still in active development, not yet ready for v1.0.
After this release I'm hoping to make releases with release-please
, so the changeling format will change...
What's Changed
- windows fixes... by @hairyhenderson in #1
- Remove mention of 'env:' scheme by @hairyhenderson in #2
- Add BlobFS for s3/gs support by @hairyhenderson in #12
- Add azblob support to BlobFS by @hairyhenderson in #13
- Split each fs into its own package by @hairyhenderson in #15
- Support Windows file URLs by @hairyhenderson in #16
- [doc]add installation by @xiantang in #17
- filefs: Properly support Windows UNCs by @hairyhenderson in #18
- Replace golint with revive by @hairyhenderson in #20
- Ditch env.Getenv and replace with env.GetenvFS everywhere by @hairyhenderson in #21
- only use one MustURL in tests by @hairyhenderson in #22
- Go 1.17 by @hairyhenderson in #25
- Update deps and fix linting by @hairyhenderson in #26
- Add Vault FS by @hairyhenderson in #19
- Remove unnecessary VaultClient interface by @hairyhenderson in #27
- Add AWS Secrets Manager FS by @hairyhenderson in #28
- gitfs: support setting explicit auth methods by @hairyhenderson in #30
- Improve some package docs by @hairyhenderson in #29
- Add WrappedFSProvider function by @hairyhenderson in #31
- Update deps, configure dependabot by @hairyhenderson in #32
- Some CI fixes by @hairyhenderson in #68
- fix: Remove CGO from deps by @bbernays in #71
- Dependency updates by @hairyhenderson in #92
- Small simplification for gitfs.splitRepoPath by @hairyhenderson in #94
- FSMux now implements FSProvider by @hairyhenderson in #95
- Downgrade github.com/mattn/go-ieproxy to v0.0.1 again by @hairyhenderson in #111
- Lint fixes by @hairyhenderson in #134
- Example cli for testing by @hairyhenderson in #140
- Attempt to make filesystem test less flakey on Windows by @hairyhenderson in #141
- Add consulfs package by @hairyhenderson in #93
- Allow vault test to pass if VAULT_ADDR set by @Joibel in #150
- A few test tidy ups, including working with modern git by @Joibel in #151
- Add awssmpfs package by @hairyhenderson in #86
- vaultfs: Support K/V v2 secret engine by @hairyhenderson in #159
- Upgrade AWS SDK deps and fix API breakage by @hairyhenderson in #160
- vaultfs: Switch to Vault API's AuthMethod interface by @hairyhenderson in #171
- fix: fsimpl.ContentType should fallback to extension-guessing by @hairyhenderson in #172
- Temporarily support AppID auth method while vaultfs.AuthMethod is still supported by @hairyhenderson in #183
- build fscli binary in CI by @hairyhenderson in #250
- gitfs: Support non-master default branches by @hairyhenderson in #255
- update some of the deps by @hairyhenderson in #274
- Updates to GHA workflows by @hairyhenderson in #275
- Bump dependencies by @hairyhenderson in #282
- misc. test updates by @hairyhenderson in #283
- Remove support for obsolete Vault app-id auth by @hairyhenderson in #294
- bump deps by @hairyhenderson in #295
- lint fixes by @hairyhenderson in #300
- updates by @hairyhenderson in #308
- Fix missing link in README by @ingve in #365
- Go 1.21 updates by @hairyhenderson in #410
- Update modules by @hairyhenderson in #453
- Fix gitfs Windows-specific bugs by @hairyhenderson in #473
- New aws+imds filesystem by @hairyhenderson in #472
- Update go-git fork by @hairyhenderson in #500
- tracefs - OTel tracing wrapper for filesystems by @hairyhenderson in #422
- Correct reported file permissions to be read-only by @hairyhenderson in #501
- fix label action config by @hairyhenderson in #508
- bump go-git by @hairyhenderson in #520
- vaultfs: auth improvements by @hairyhenderson in #521
- vaultfs: Fix broken query handling in subURL by @hairyhenderson in #522
- autofs: Export autofs.FS as an FSProvider by @hairyhenderson in #523
- Handle possibility of nil context, clients, or headers by @hairyhenderson in #524
- Use Go version from go.mod by @hairyhenderson in #563
- Fix typo by @jdbaldry in #569
- ci: Add release-please workflow by @hairyhenderson in #590
New Contributors
- @hairyhenderson made their first contribution in #1
- @xiantang made their first contribution in #17
- @dependabot made their first contribution in #33
- @bbernays made their first contribution in #71
- @Joibel made their first contribution in #150
- @ingve made their first contribution in #365
- @jdbaldry made their first contribution in #569
Full Changelog: https://github.com/hairyhenderson/go-fsimpl/commits/v0.1.0