Releases: flockyn/hexyn-aws
Releases · flockyn/hexyn-aws
Release list
v0.6.0
v0.5.0
Changelog
Features
- feat(config): INI config file with env-overridable repo-name prefixes
- feat(secrets): reconcile path exports against the task definition
- feat(tui): PUT confirmation, version label, pinned footer, settings
- feat(tui): wrap long values in the PUT confirmation table
Bug fixes
- fix(ssm): paginate GetByPath so exports include every parameter
v0.4.0
Changelog
Features
- feat(envfile): parse single- and multi-line JSON values
Others
- docs(landing): show only the latest release in changelog
v0.3.0
Changelog
Features
- feat(envfile): parse multi-line PEM values
Bug fixes
- fix(tui): render empty output subdirectory as output/ not output//
Refactor
- refactor(awsx): export SDK seam interfaces; simplify region listing
Others
- build(make): install mockery; exclude non-product code from coverage
- build(test): add testify and mockery with auto-discovery config
- test(infra): add centralized mocks and shared fixtures
v0.2.1
Changelog
Bug fixes
- fix(update): drop GITHUB_TOKEN requirement and handle permission errors
v0.2.0
Changelog
Features
- feat(website): redesign landing page with live changelog
Refactor
- refactor: restructure into idiomatic package-by-feature architecture
Others
- chore(install): drop GitHub token requirement for public repo
v0.1.0
Changelog
Features
- feat(install): add cross-platform installation scripts
- feat: implement self-update and refine TUI experience
Others
- ci: add github actions and goreleaser integration
- docs(website): add documentation and project metadata
- docs(website): add landing page and visual assets
- initial commit