Skip to content

Releases: micronaut-projects/micronaut-data

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

Micronaut Data 1.0.1

18 Mar 11:17
Compare
Choose a tag to compare

1.0.1 (2020-03-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Problem with Liquibase and Hibernate Envers: Argument [beanType] cannot be null #440
  • TransactionAwareDataSource incompatible with micronaut-flyway #435
  • Jpa native queries don't bind with enums #422
  • GraalVM native-image build error #409
  • JDBC List() Method with Pageable/Order ignoreCase is not working #404
  • Join annotation on Repository Interface not working #398
  • Lombok: non-existent property: id with abstract inheritance #126
  • Only apply declared join specs to write operations. Fixes #398 #403 (@graemerocher)

Closed issues:

  • Micronaut Data JDBC does not support non-Long Generated ID types #420
  • [docs] Example on Updating Data is confusing and doesn't render properly #392
  • Document how to transform fields #305
  • Update docs on clarity of repository vs jdbcRepository usage #287
  • micronaut ignores GenerationType.SEQUENCE and generates invalid insert statements #273
  • GeneratedValue annotation doesn't update kotlin data class while insert #224
  • Support for MySQL driver when building native image with GraalVM #123

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 1.0.0.RC1

16 Jan 15:18
Compare
Choose a tag to compare
Pre-release
  • Support for Spring Data JPA specifications
  • Bug Fixes and Improvements