Skip to content

Commit

Permalink
CHANGELOG: Update based on commits in releaes
Browse files Browse the repository at this point in the history
Update the changelog to reflect the commits going in this release.
  • Loading branch information
abhinav committed Jul 23, 2021
1 parent ea2a93d commit a710cb8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.28.0] - 2021-07-26
### Added
- idl.Parse() now returns structured ParseError upon error.
- `idl.Parse` now returns structured `ParseError` on parse failures.
- `idl.Config` provides a new means of parsing Thrift IDLs. This is the
recommended API going forward.

### Changed
- Support parsing struct fields without identifiers.
- ThriftRW now tracks positional information about constant values in the
Thrift IDL. These were previously ignored. To access this information, see
the documentation for `idl.Config`.

### Fixed
- Support parsing `struct` fields without field identifiers. This is legacy
syntax still supported by Apache Thrift. Note that this is a parser-level
change only; ThriftRW will refuse to generate Go code from these.

Thanks to [@jparise](https://github.com/jparise) for their contributions to
this release.

## [1.27.0] - 2021-05-20
### Added
Expand Down Expand Up @@ -372,7 +384,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/thriftrw/thriftrw-go/compare/v1.27.0...HEAD
[1.28.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.27.0...v1.28.0
[1.27.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.26.0...v1.27.0
[1.26.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.25.1...v1.26.0
[1.25.1]: https://github.com/thriftrw/thriftrw-go/compare/v1.25.0...v1.25.1
Expand Down

0 comments on commit a710cb8

Please sign in to comment.