Releases: mrz1836/go-actions
Releases · mrz1836/go-actions
Release v0.1.1
Immutable
release. Only release title and notes can be modified.
Changelog
- 714533a [Sync] Update project files from source repository (674fd70) (#5)
- 2950893 feat(action): add List and ListMeta types for non-paginated responses
- ac84219 feat(decode): add time.Time parsing and binding for query params
- e8fb11a feat(docs): enhance README with pagination and list response examples
- 0c435a8 test(list): add unit tests for NewList and encoding behavior
Release v0.1.0
Immutable
release. Only release title and notes can be modified.
Changelog
- f734aa3 Initial commit
- dee8ad0 [Sync] Update project files from source repository (674fd70) (#4)
- 60058b5 chore(ci): bump secondary Go version to 1.25.x
- dd82455 chore(ci): switch coverage to codecov and pin Go 1.25.x
- 3a4e97a chore(deps): bump go-foundation to v0.1.6
- da94023 chore(deps): bump the ghactions-all group with 5 updates (#2)
- bd605cd chore: seed gold-standard repository fileset (#1)
- 5927712 docs(README): document middleware, security, and Validatable
- 4cd73a8 docs(readme): redesign with navigation, badges, and quick start
- 69df703 feat(decode): bind unsigned integers and reject unbindable field kinds
- a4f4afb feat(validate): add Validatable escape hatch for custom rules
- c6e9816 feat: add RequestID to Observation for log correlation
- 5021417 feat: add production middleware, safety defaults, and OpenAPI security
- 5b15b62 feat: emit security: [] for explicitly public operations
- 916027c feat: expand stable transport-level error code vocabulary
- 91a5308 fix(README): update primary Go version in configuration example
- c07b12b go-actions: typed HTTP action framework with OpenAPI generation (new OSS repo) (#3)
- 327af7f refactor(openapi): wrap render panics with %w to preserve error chains
- 7896767 refactor: modernize slice operations with the slices package
- df2532d style: group local imports into a separate block
- 6468849 todo(T-456): Phase 5 complete