Skip to content

Commit

Permalink
Merge branch '2.17' into 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax committed Apr 26, 2024
2 parents 2f6f1fd + 1efa12b commit db82942
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@ Thomas de Lange (@thomasdelange5)
value overflow checks
(2.17.0)

Yoann Vernageau (@yvrng)
* Contributed #487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
when source is an empty `InputStream`
(2.17.1)

PJ Fanning (pjfanning@github)
* Contributed #484: Rework synchronization in `ProtobufMapper`
(2.18.0)
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Active maintainers:

2.17.1 (not yet released)

#487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
when source is an empty `InputStream`
(contributed by Yoann V)

#488 (ion): Upgrade `ion-java` to 1.11.7 (from 1.11.2)

2.17.0 (12-Mar-2024)
Expand Down

0 comments on commit db82942

Please sign in to comment.