Skip to content

Releases: micronaut-projects/micronaut-data

Micronaut Data 2.0.1

13 Oct 15:07
Compare
Choose a tag to compare

v2.0.1 (2020-10-05)

Full Changelog

Fixed bugs:

  • data-jdbc - Fail to create table with UUID as pk in H2 #740
  • SQL Wraps JSON in Quotes for Postgres JSON/JSONB Column types - Breaks Postgres Json Features. #672

Closed issues:

  • Loss of precision of timestamp read from database #746
  • Oracle DB CREATE_DROP does not successfully drop tables #713
  • Point Micronaut Data release history to Github Releases #705
  • COUNT query using INNER JOIN for join type LEFT_FETCH #673

Merged pull requests:

  • Fix count query of pageable methods with joins #757 (@angelyan)
  • Added link to github releases #756 (@rohitkg98)
  • Fix writing of json column for field of type String in postgres #752 (@angelyan)
  • Fix schema generation for UUID generated value in H2 #751 (@angelyan)
  • Fix drop table statement in schema generation #750 (@angelyan)
  • Fix loss of precision of timestamp read from database #743 (@angelyan)

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 2.0.0

24 Sep 15:28
Compare
Choose a tag to compare

v2.0.0 (2020-09-24)

Full Changelog

Main changes

  • Upgrade to Micronaut 2

Closed Issues

  • Support for FOR UPDATE clause with find...ForUpdate methods #736
  • Implement, please, NOT abstract FooRepositoryImpl support #714
  • Loss of precision when using java.time.Instant in mapped entities #676
  • Detect at compile time if the ID is not settable #554
  • InstantiationException when using the BeanIntrospectionModule #518

Merged pull requests:

Micronaut Data 1.1.3

21 Jul 11:42
Compare
Choose a tag to compare

v1.1.3 (2020-07-21)

Full Changelog

Closed issues:

  • Micronaut Data 1.1.2 release was not published #662
  • findBy* will always returns null for property of type UUID #611

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 1.1.2

20 Jul 15:06
Compare
Choose a tag to compare

v1.1.2 (2020-07-17)

Full Changelog

Closed issues:

  • Micronaut 2.x problem with JdbcRepository multiple data sources #657
  • Required micronaut-inject-java processor #626
  • Pageable previous method incorrect #597

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 1.1.1

23 Jun 10:52
Compare
Choose a tag to compare

v1.1.1 (2020-06-23)

Full Changelog

Closed issues:

  • Creating app with data-jdbc brings old version of micronaut-jdbc to the classpath #613
  • "IN" in @query #607

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 1.1.0

19 Jun 09:29
Compare
Choose a tag to compare

v1.1.1 (2020-06-19)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data v1.1.0.RC3

15 Jun 09:04
Compare
Choose a tag to compare
Pre-release

v1.1.0.RC3 (2020-06-10)

Full Changelog

Fixed bugs:

  • Data too long for column 'id' at row 1 with MariaDB and JDBC #561
  • Generated SQL is wrong when using multiple @Join annotations #457

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data v1.1.0.RC2

10 Jun 10:44
Compare
Choose a tag to compare
Pre-release

v1.1.0.RC2 (2020-06-10)

Full Changelog

Fixed bugs:

  • Data too long for column 'id' at row 1 with MariaDB and JDBC #561
  • Generated SQL is wrong when using multiple @Join annotations #457

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data v1.1.0.RC1

27 May 09:02
Compare
Choose a tag to compare
Pre-release

v1.1.0.RC1 (2020-05-27)

Full Changelog

Implemented enhancements:

  • Oracle 12c Identity column support ( JDBC don't populate Id column) #537
  • Oracle Auto Number Id Support #486

Fixed bugs:

  • UPDATE and DELETE queries do not support reactive returns #501
  • Micronaut update ID type checking is reversed #500
  • Repository.update does not use jsonCodec to serialize JSON column #482
  • DATA JDBC POSTGRES - FindById Fails for UUID #438
  • Save/Read entity with JSON type works but Read as DTO fails #387

Closed issues:

  • JDBC SQL Server sorts by id when other implementations don't #560
  • Clarify the purpose of the dialect setting in the datasource #552
  • Document how to turn on query logs #551
  • Document package scanning for JDBC #550
  • Improve error message #549
  • Sort on multiple columns fails, only uses last one specified. #547
  • Micronaut overrides configured PhysicalNamingStrategy #517
  • Add transactional do Health Check Method #505
  • NoSuchMethodError with groovy / micronaut-data / jdbc #485
  • FATAL: sorry, too many clients already #476
  • JDBC: Join with type LEFT_FETCH does not return all rows #401

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 1.0.2

02 Apr 10:35
Compare
Choose a tag to compare

1.0.2 (2020-04-02)

Full Changelog

Fixed bugs:

  • dontRollbackOn parameter of @transactional annotation is ignored #465
  • Cannot update with byte array #461
  • Problem with daylight saving (DST). Default conversion of LocalDateTime to Date. #442
  • non-existent property error #393

Closed issues:

  • JdbcRespository methods Deadlock - Circular dependencies with Hazelcast getMap() in a repository setup. #464
  • Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set #443
  • Failed to initialize pool: Could not create connection to database server #441
  • Add out of the box support for saving entity field of type ZonedDateTime (and other Java8 date types) in Data Jdbc #394

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator