Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaCharlie committed Sep 20, 2024
1 parent 7a55cea commit d856843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and what APIs have changed, if applicable.

## [Unreleased]

## [29.58.8] - 2024-09-20
- Fix invalid handling of glob collections for wildcard subscribers

## [29.58.7] - 2024-09-13
- Add WildcardResourceSubscriber which could subscribe to all resources, like NODE and URIMap resources.

Expand Down Expand Up @@ -5731,7 +5734,8 @@ patch operations can re-use these classes for generating patch messages.

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.7...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.8...master
[29.58.8]: https://github.com/linkedin/rest.li/compare/v29.58.7...v29.58.8
[29.58.7]: https://github.com/linkedin/rest.li/compare/v29.58.6...v29.58.7
[29.58.6]: https://github.com/linkedin/rest.li/compare/v29.58.5...v29.58.6
[29.58.5]: https://github.com/linkedin/rest.li/compare/v29.58.4...v29.58.5
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=29.58.7
version=29.58.8
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down

0 comments on commit d856843

Please sign in to comment.