Skip to content

Releases: micronaut-projects/micronaut-data

Micronaut Data v2.2.0

11 Nov 15:17
Compare
Choose a tag to compare

v2.2.0 (2020-11-10)

Full Changelog

Closed issues:

  • Placeholder in @where annotation can not be resolved #790

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 2.1.1

02 Nov 12:47
Compare
Choose a tag to compare

v2.1.1 (2020-10-24)

Full Changelog

Fixed bugs:

  • aggregate SELECT query throws error when reactive Maybe is used as result and there is no result #503
  • @entitygraph not picked up if neither attributePaths is set nor @QueryHint isn't present as well #406

Closed issues:

  • List params are not expanded in native queries #496
  • Enable Tests for H2 JSON support #450
  • Support escaping variable names #423

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Data 2.1.0

20 Oct 16:29
Compare
Choose a tag to compare

v2.1.0 (2020-10-20)

Full Changelog

Fixed bugs:

  • NullPointerException thrown when native query returns 1 row, 1 column and the value is null #769
  • In @MappedEntity default value of property 'escape' is false, but behaviour is same as if value is true #761
  • Issue with postgres nested mapping #758
  • Using JdbcOperations with two Datasources does not work #686
  • Explicit queries with simple type result failing with exception #653
  • Cannot save classes that inherit from another with ids generic types #474
  • [Embedded key] Can't infer the SQL type to use for an instance of example.domain.Pet #297
  • Problem with embedded key as inner class #295

Closed issues:

  • CRUD JdbcRepository unable to delete entity having a UUID as primary key (Mysql/MariaDB) #762
  • Unable to build using GraalVM native-image tool using spring jdbc and micronaut #715
  • Adding new fields on DTO #701
  • Default conversion of LocalDate to Date uses wrong timezone #687
  • Multiple EventListener on Bean created instantiates Beans differently #667
  • javax.transaction.Transactional does nothing when using Spring Jdbc Template for database operations #651
  • Error instantiating bean of type [com.whatever.service.user.UserService]\n\nMessage: Error loading bean [io.micronaut.configuration.hibernate.jpa.TransactionalSession$Intercepted] #650
  • micronaut-data-spring brings hibernate, spring-data-commons dependencies #627
  • Spring transaction does not work with Micronaut-Data with Spring Boot 2.3.1.RELEASE #602
  • Nondeterministic exception when injecting named DataSource #598
  • OR and AND in a query #507
  • Default method parameters on Micronaut Data interface are not validated #388
  • Doc Suggestion: @transactional does not do anything outside of a bean #374

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

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