Skip to content

Releases: BBMRI-ERIC/negotiator

v3.6.1

21 May 15:56
d4bc135
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

21 May 11:08
1eb496a
Compare
Choose a tag to compare

What's Changed

  • fix: lifecycle states and events description by @RadovanTomik in #310
  • feat: add support for networks by @jungwire in #309
  • chore(deps): bump org.testcontainers:postgresql from 1.19.1 to 1.19.8 by @dependabot in #322
  • chore(deps-dev): bump org.wiremock:wiremock-jetty12 from 3.5.3 to 3.5.4 by @dependabot in #315
  • chore(deps): bump io.projectreactor:reactor-core from 3.4.23 to 3.6.5 by @dependabot in #314
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.12.4 to 1.13.0 by @dependabot in #323
  • chore(deps): bump spring.version from 6.1.6 to 6.1.7 by @dependabot in #330
  • chore(deps): bump org.springframework:spring-context-support from 6.1.6 to 6.1.7 by @dependabot in #329
  • chore(deps): bump io.projectreactor:reactor-core from 3.6.5 to 3.6.6 by @dependabot in #328
  • chore(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.20 to 2.23 by @dependabot in #327
  • chore(deps): bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.2.5 by @dependabot in #326

Full Changelog: v3.5.0...v3.6.0

v3.5.0

03 May 07:02
824666e
Compare
Choose a tag to compare

What's Changed

  • Add reminder emails functionality by @jungwire in #279
  • feat: add endpoints for fetching lifecycle information by @RadovanTomik in #282
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.3.0 to 2.5.0 by @dependabot in #307
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 by @dependabot in #305
  • chore(deps): bump jakarta.mail:jakarta.mail-api from 2.1.0 to 2.1.3 by @dependabot in #304
  • chore(deps): bump org.springframework:spring-context-support from 6.0.11 to 6.1.6 by @dependabot in #303

Full Changelog: v3.4.0...v3.5.0

v3.4.0

25 Apr 10:39
e276f5c
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump io.netty:netty-resolver-dns-native-macos from 4.1.108.Final to 4.1.109.Final by @dependabot in #284
  • chore(deps-dev): bump org.springframework.security:spring-security-test from 6.1.2 to 6.2.3 by @dependabot in #285
  • chore(deps): bump org.testcontainers:junit-jupiter from 1.19.1 to 1.19.7 by @dependabot in #286
  • chore(deps): bump org.springframework.hateoas:spring-hateoas from 2.2.1 to 2.2.2 by @dependabot in #287
  • chore(deps): bump spring.version from 6.1.5 to 6.1.6 by @dependabot in #288
  • fix attachments memory consumption by @svituz in #281
  • feat: add REST API endpoints for manipulation of Access Form elements and sections by @RadovanTomik in #289
  • chore(deps-dev): bump org.wiremock:wiremock-jetty12 from 3.5.2 to 3.5.3 by @dependabot in #298
  • chore(deps): bump org.springframework.boot:spring-boot-devtools from 3.1.4 to 3.2.5 by @dependabot in #297
  • chore(deps): bump spring-boot.version from 3.2.4 to 3.2.5 by @dependabot in #294
  • chore(deps-dev): bump org.springframework.security:spring-security-test from 6.2.3 to 6.2.4 by @dependabot in #296
  • feat: Add REST API endpoints for setting up Access forms by @RadovanTomik in #291
  • chore: add dynamic maven project versioning by @RadovanTomik in #292

Full Changelog: v3.3.0...v3.4.0

v3.3.0

11 Apr 12:53
80c41df
Compare
Choose a tag to compare

What's Changed

  • Fix memory issues caused by lifecycle endpoints on large requests by @RadovanTomik in #269
  • feat: add logging of auth changes by @RadovanTomik in #268
  • Fix authorization checks in attachment upload by @RadovanTomik in #267
  • chore(deps): bump org.modelmapper.extensions:modelmapper-spring from 3.1.0 to 3.2.0 by @dependabot in #260
  • chore(deps): bump spring.state-machine.version from 3.2.1 to 4.0.0 by @dependabot in #258
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #257
  • chore(deps-dev): bump org.wiremock:wiremock from 3.2.0 to 3.5.2 by @dependabot in #259
  • chore(deps): bump org.springframework.hateoas:spring-hateoas from 2.2.0 to 2.2.1 by @dependabot in #276
  • chore(deps): bump org.json:json from 20231013 to 20240303 by @dependabot in #272
  • chore(deps-dev): bump io.netty:netty-resolver-dns-native-macos from 4.1.94.Final to 4.1.108.Final by @dependabot in #273
  • chore(deps): bump spring-boot.version from 3.1.2 to 3.2.4 by @dependabot in #275
  • Improved Swagger and OpenAPI documentation by @RadovanTomik in #277
  • Add a simple cache for OAuth2 token validation by @RadovanTomik in #278
  • Add API endpoints for prometheus monitoring by @RadovanTomik in #280

Full Changelog: v3.2.2...v3.3.0

v3.2.2

02 Apr 15:37
16ef5c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

02 Apr 11:50
faa469f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

28 Mar 17:36
83d16d2
Compare
Choose a tag to compare

What's Changed

  • Feat: add filtering in backend by @svituz in #208
  • refactor: Refactoring DataSource to DiscoveryService and updating tests by @jungwire in #199
  • chore(deps): bump org.postgresql:postgresql from 42.6.1 to 42.7.3 by @dependabot in #232
  • chore(deps): bump spring.version from 6.1.0 to 6.1.5 by @dependabot in #227
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.5 by @dependabot in #218
  • fix: spring security http headers configuration by @RadovanTomik in #255

Full Changelog: v3.1.4...v3.2.0

v3.1.4

21 Mar 17:04
c8e2901
Compare
Choose a tag to compare

What's Changed

  • Add an /info endpoint for getting basic application details by @RadovanTomik in #243
  • refactor: remove project entities by @jungwire in #193
  • feat: Add functionality to disable posts in abandoned negotiations by @jungwire in #203

Full Changelog: v3.1.3...v3.1.4

v3.1.3

20 Mar 14:39
1ab113d
Compare
Choose a tag to compare

What's Changed

  • fix: unintentional modification of representative resources by @RadovanTomik in #240

Full Changelog: v3.1.2...v3.1.3