Skip to content

Releases: amazon-ion/ion-hive-serde

v1.2.0

04 Oct 06:50
4fac2e0
Compare
Choose a tag to compare

Note that ion-hive-serde supports both hive 2 and 3 now and they share the release version number. (E.g. this release includes ion-hive2-serde 1.2.0 and ion-hive3-serde 1.2.0). Please refer to hive2 branch for ion-hive2-serde and hive3 branch for ion-hive3-serde.

ion-hive3-serde:

  • Adds support to cast an Ion value to Hive string #97.

v1.1.0

16 Sep 05:34
98043e9
Compare
Choose a tag to compare

Note that ion-hive-serde supports both hive 2 and 3 now and they share the release version number. (E.g. this release includes ion-hive2-serde 1.1.0 and ion-hive3-serde 1.1.0). Please refer to hive2 branch for ion-hive2-serde and hive3 branch for ion-hive3-serde.

ion-hive2-serde:

  • Updates property document for serde case sensitivity. (#89)
  • Fixes an IonStructToMap object inspector NPE (#91)

ion-hive3-serde:

  • Updates property document for serde case sensitivity. (#90)
  • Fixes an IonStructToMap object inspector NPE. (#92)

v1.0.0

16 Mar 08:14
80d0a25
Compare
Choose a tag to compare

Note that ion-hive-serde supports both hive 2 and 3 now and they share the release version number. (E.g. this release includes ion-hive2-serde 1.0.0 and ion-hive3-serde 1.0.0). Please refer to hive2 branch for ion-hive2-serde and hive3 branch for ion-hive3-serde.

ion-hive2-serde:

  • Adds support to cast an Ion value to Hive string. (#79)
  • Updates documents and migrates to ion-hive2-serde. (#80)

ion-hive3-serde:

  • Migrates to hive-3.
  • Updates documents and migrates to ion-hive3-serde. (#83)

v0.6.0

17 Feb 22:16
66b2153
Compare
Choose a tag to compare
  • Adds write compression support. (#73)

v0.5.0

07 Feb 21:09
c4431d0
Compare
Choose a tag to compare
  • Add counter for written bytes in IonOutputFormat.IonRecordWriter #70

v0.4.0

25 Nov 01:15
66cb656
Compare
Choose a tag to compare
  • Adds support to Hadoop compression codec. (#62).
  • Adds case insensitive decorators. (#59).
  • Fixes Case_Sensitive Property issue (#53) which Solved #52.
  • Migrates CI build from Travis to Github Actions.

v0.3.0

11 Jun 00:27
Compare
Choose a tag to compare
  • Updated Kotlin and Gradle versions.
  • Fixed a bug that allowed Ion files to be split in certain circumstances, causing errors on read (#50).

0.2.0 Release

13 May 16:15
Compare
Choose a tag to compare
  • Using new groupId and package names
  • Reusing path extractor instance for better performance

full list of changes: v0.1.0...v0.2.0

0.1.0

20 Dec 21:51
Compare
Choose a tag to compare

Initial release