Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Releases: thibaultmeyer/play-ebean-httpquery

Release 20.08

21 Aug 09:36
release/20.08
c23b78f
Compare
Choose a tag to compare
  • Updated project dependencies:
    • ebean (io.ebean): 11.30.1 to 12.1.13
    • play_2.12 (com.typesafe.play): 2.6.20 to 2.7.5
  • Updated unit test dependencies:
    • ebean-agent (io.ebean): 11.26.1 to 12.1.12
    • h2 (com.h2database): 1.4.197 to 1.4.200
    • junit (junit): 4.12 to 4.13
    • slf4j-log4j12 (org.slf4j): 1.7.25 to 1.7.30
  • Fixed TravisCI build

Release 19.04

30 Apr 05:28
release/19.04
8aec9ad
Compare
Choose a tag to compare
  • Better code quality
  • Updated file headers

Release 19.01

17 Jan 14:38
release/19.01
a410303
Compare
Choose a tag to compare
  • Can be use in threaded environment

Release 18.12 Update 3

24 Dec 14:46
release/18.12u3
4edf2ba
Compare
Choose a tag to compare
  • Added between operator

Release 18.12 Update 2

22 Dec 20:50
release/18.12u2
86e37fe
Compare
Choose a tag to compare
  • Updated project dependencies:
    • ebean (io.ebean): 11.17.5 to 11.30.1
    • play_2.12 (com.typesafe.play): 2.6.15 to 2.6.20
  • Updated unit test dependencies:
    • ebean-agent (io.ebean): 11.11.1 to 11.26.1

Release 18.12 Update 1

17 Dec 09:38
release/18.12u1
a582e66
Compare
Choose a tag to compare
  • Fixed null value errors on in and notin statements

Release 18.12

11 Dec 10:58
release/18.12
e03a70b
Compare
Choose a tag to compare
  • Fixed stream issue: ConcurrentModificationException
  • Added new date formats: yyyy-MM-dd'T'HH:mm:ssZZ and yyyy-MM-dd'T'HH:mm:ss'Z'

Release 18.07

24 Jul 09:27
Compare
Choose a tag to compare
  • Added ne (not equal) predicate
  • Added not flag
  • Added new DateTime formats: yyyy-mm and yyyy

Release 18.06

18 Jun 12:19
Compare
Choose a tag to compare
  • Fixed FK resolution (eg : artist__eq=1 has now the same behavior than artist.<pk>__eq=1)
  • Updated maven dependencies:
    • maven-compiler-plugin (org.apache.maven.plugins): 3.6.1 to 3.7.0
    • maven-javadoc-plugin (org.apache.maven.plugins): 2.10.4 to 3.0.1
    • maven-checkstyle-plugin (org.apache.maven.plugins): 2.17 to 3.0.0
  • Updated project dependencies:
    • ebean (io.ebean): 10.4.1 to 11.17.5
    • ebean-agent (io.ebean): 1.3.1 to 11.11.1
  • Updated unit test dependencies:
    • play-test_2.12 (com.typesafe.play): 2.6.1 to 2.6.15

Release 18.01

23 Jan 09:26
Compare
Choose a tag to compare
  • Add methods to unregister converters