Skip to content

Releases: davidmoten/odata-client

0.2.2

05 Aug 07:48
Compare
Choose a tag to compare

Bug fix

Enhancements

  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 by @dependabot in #465
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 by @dependabot in #466
  • Bump jetty.version from 9.4.54.v20240208 to 9.4.55.v20240627 by @dependabot in #467
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #468
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #469
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 by @dependabot in #471
  • Bump jackson.version from 2.17.1 to 2.17.2 by @dependabot in #470
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #472
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 by @dependabot in #474
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 by @dependabot in #475
  • Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by @dependabot in #476
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #477

Full Changelog: 0.2.1...0.2.2

0.2.1

26 Jun 22:21
Compare
Choose a tag to compare

Breaking change

  • refactor and enhance ClientCredentialsAccessTokenProvider and MicrosoftClientBuilder to support on-prem by @davidmoten in #463

Enhancements

  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by @dependabot in #452
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #453
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.13.0 to 3.13.1 by @dependabot in #454
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #455
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.0 to 3.13.1 by @dependabot in #456
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 by @dependabot in #457
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot in #458
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 by @dependabot in #459
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 by @dependabot in #460
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #461
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 by @dependabot in #464

Full Changelog: 0.2.0...0.2.1

0.2.0

19 May 10:27
Compare
Choose a tag to compare

Breaking change

  • return optional from post and patch calls in case no content in response, addresses #450 by @davidmoten in #451

Enhancements

Runtime

  • Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by @dependabot in #444
  • Bump jackson.version from 2.17.0 to 2.17.1 by @dependabot in #445
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #448

Build

  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.13.0 by @dependabot in #449
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0 by @dependabot in #446
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0 by @dependabot in #447

Full Changelog: 0.1.97...0.2.0

0.1.97

28 Apr 06:52
Compare
Choose a tag to compare

Bug fix

  • ensure Function parameters are in url query parameters on request when a collection is returned, by @davidmoten in #443

Full Changelog: 0.1.95...0.1.97

0.1.96

28 Apr 06:26
Compare
Choose a tag to compare

Bug fix

  • Ensure Function parameters are url query parameters when a collection is returned, by @davidmoten in #443

Full Changelog: 0.1.95...0.1.96

0.1.95

28 Apr 02:43
Compare
Choose a tag to compare

Breaking change

Bug Fix

  • add missing schemas to MsGraph client builder to support polymorphic deserialization by @davidmoten in #442

Enhancements

Build

  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by @dependabot in #440

Full Changelog: 0.1.94...0.1.95

0.1.94

22 Apr 21:31
Compare
Choose a tag to compare

Bug fix

Enhancements

  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #429
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 by @dependabot in #432
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #433
  • Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 by @dependabot in #434
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #436

Full Changelog: 0.1.93...0.1.94

0.1.93

07 Apr 22:41
Compare
Choose a tag to compare

Enhancements

Generation and Runtime

  • add full support for contained navigation properties by @davidmoten in #430
  • fix NPE in ParameterMap.toMap due JDK bug by @davidmoten in #431
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 by @dependabot in #404
  • Bump jackson.version from 2.16.0 to 2.16.1 by @dependabot in #403
  • Bump jackson.version from 2.16.1 to 2.16.2 by @dependabot in #418
  • Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #411
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 by @dependabot in #416
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 by @dependabot in #421
  • Bump jackson.version from 2.16.2 to 2.17.0 by @dependabot in #420

Build

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #400
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.2.0 by @dependabot in #399
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #401
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.22.0 to 2.22.1 by @dependabot in #405
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #406
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #407
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 by @dependabot in #408
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to 3.11.0 by @dependabot in #409
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by @dependabot in #410
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 by @dependabot in #412
  • Bump jetty.version from 9.4.53.v20231009 to 9.4.54.v20240208 by @dependabot in #413
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.22.1 to 2.23.0 by @dependabot in #414
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.23.0 to 2.23.1 by @dependabot in #417
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #419
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #422
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #424
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #425
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0 by @dependabot in #427
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.11.0 to 3.12.0 by @dependabot in #428

Full Changelog: 0.1.92...0.1.93

0.1.92

02 Dec 04:39
Compare
Choose a tag to compare

Enhancements

Runtime

Build

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #371
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by @dependabot in #373
  • Bump jetty.version from 9.4.52.v20230823 to 9.4.53.v20231009 by @dependabot in #375
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.21.0 by @dependabot in #379
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #378
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.10.1 by @dependabot in #381
  • Bump olingo.version from 4.9.0 to 4.10.0 by @dependabot in #380
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.9.0 to 3.10.1 by @dependabot in #382
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 by @dependabot in #383
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #384
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #386
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.0 to 2.21.1 by @dependabot in #385
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #387
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #389
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2 by @dependabot in #390
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.1 to 3.10.2 by @dependabot in #391
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #392
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.1 to 2.22.0 by @dependabot in #396
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #397
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 by @dependabot in #398

New Contributors

Full Changelog: 0.1.91...0.1.92

0.1.91

08 Sep 01:45
Compare
Choose a tag to compare

Enhancements

Runtime

  • remove stream limit of 5MB so don't fail downloading big emails/files by @davidmoten in #370. This required because Jackson 2.15 introduced (very conservative) text field stream limiting.

Build

  • Bump jetty.version from 9.4.51.v20230217 to 9.4.52.v20230823 by @dependabot in #369

Full Changelog: 0.1.90...0.1.91