Skip to content

Releases: BBMRI-ERIC/negotiator

v3.9.0

23 Aug 14:43
ad8bad7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.13.2 to 1.13.3 by @dependabot in #419
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #418
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.4.0 by @dependabot in #417
  • chore(deps): bump com.h2database:h2 from 2.3.230 to 2.3.232 by @dependabot in #415
  • feat(MailConfig): add more configuration options for SMTP connection by @RadovanTomik in #412
  • feat: enable adding new resources to ongoing Negotiations by @RadovanTomik in #420
  • refactor: change the package structure to clearly outline key components by @RadovanTomik in #413

Full Changelog: v3.8.2...v3.9.0

v3.8.2

18 Aug 09:53
e8ea9fd
Compare
Choose a tag to compare

Full Changelog: v3.8.1...v3.8.2
fix(infoSubmission): fix a bug that prohibited authorized persons from seeing submitted information

v3.8.1

14 Aug 09:07
7efface
Compare
Choose a tag to compare

What's Changed

  • feat: add support for setting info requirement access control by @RadovanTomik in #411
  • chore(deps-dev): bump org.wiremock:wiremock-jetty12 from 3.8.0 to 3.9.1 by @dependabot in #406
  • chore(deps): bump org.apache.commons:commons-csv from 1.8 to 1.11.0 by @dependabot in #410
  • chore(deps-dev): bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 by @dependabot in #409
  • chore(deps-dev): bump io.netty:netty-resolver-dns-native-macos from 4.1.109.Final to 4.1.112.Final by @dependabot in #408
  • chore(deps): bump org.testcontainers:postgresql from 1.20.0 to 1.20.1 by @dependabot in #407

Full Changelog: v3.8.0...v3.8.1

v3.8.0

12 Aug 09:44
10c7510
Compare
Choose a tag to compare

What's Changed

  • refactoring: remove resources from negotiations request by @RadovanTomik in #395
  • chore(deps): bump org.springframework.boot:spring-boot-maven-plugin from 3.2.5 to 3.3.2 by @dependabot in #397
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.13.0 to 1.13.2 by @dependabot in #398
  • chore(deps): bump org.modelmapper.extensions:modelmapper-spring from 3.2.0 to 3.2.1 by @dependabot in #399
  • chore(deps): bump org.springframework.hateoas:spring-hateoas from 2.3.0 to 2.3.1 by @dependabot in #400
  • chore(deps): bump org.testcontainers:junit-jupiter from 1.19.8 to 1.20.1 by @dependabot in #401
  • feat: add functionality to submit additional information by @RadovanTomik in #393

Full Changelog: v3.7.1...v3.8.0

v3.7.1

05 Aug 11:35
9099085
Compare
Choose a tag to compare

What's Changed

  • fix(user controller): remove unnecessary auth requirements for fetchi… by @RadovanTomik in #379
  • chore(deps-dev): bump org.springframework.security:spring-security-test from 6.2.4 to 6.3.1 by @dependabot in #384
  • chore(deps): bump spring-boot.version from 3.3.1 to 3.3.2 by @dependabot in #382
  • chore(deps): bump spring.version from 6.1.8 to 6.1.11 by @dependabot in #381
  • chore(deps): bump io.projectreactor:reactor-core from 3.6.6 to 3.6.8 by @dependabot in #380
  • feat: add mechanism for requiring additional information in the state machine by @RadovanTomik in #385
  • feat: adds hal links for negotiation by @svituz in #392
  • chore(deps): bump org.testcontainers:postgresql from 1.19.8 to 1.20.0 by @dependabot in #387
  • chore(deps): bump com.h2database:h2 from 2.2.224 to 2.3.230 by @dependabot in #388
  • chore(deps): bump org.springframework.boot:spring-boot-devtools from 3.2.5 to 3.3.2 by @dependabot in #389
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.5.0 to 2.6.0 by @dependabot in #390
  • Feat/discovery services sync by @asulis in #344
  • fix: Fixes sync job db creation script by @asulis in #394

Full Changelog: v3.7.0...v3.7.1

v3.7.0

22 Jul 07:26
97db9bc
Compare
Choose a tag to compare

What's Changed

  • fix(requests): Include resource id in error message by @RadovanTomik in #332
  • chore(deps): bump spring-boot.version from 3.2.5 to 3.3.0 by @dependabot in #339
  • chore(deps): bump org.springframework.hateoas:spring-hateoas from 2.2.2 to 2.3.0 by @dependabot in #341
  • chore(deps): bump jakarta.validation:jakarta.validation-api from 3.0.2 to 3.1.0 by @dependabot in #343
  • chore(deps-dev): bump org.wiremock:wiremock-jetty12 from 3.5.4 to 3.6.0 by @dependabot in #340
  • feat(lifecycle): add handling of a first representative for a resource by @RadovanTomik in #333
  • Feat/enable public posts on submitted by @svituz in #346
  • feat: add endpoints for networks by @jungwire in #324
  • chore(deps): bump spring.version from 6.1.7 to 6.1.8 by @dependabot in #347
  • chore(deps): bump org.testcontainers:junit-jupiter from 1.19.7 to 1.19.8 by @dependabot in #348
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #349
  • chore(deps): bump org.springframework:spring-context-support from 6.1.7 to 6.1.9 by @dependabot in #357
  • refactor: remove unused person negotiation role by @svituz in #354
  • feat: add suport for new access form element types by @RadovanTomik in #312
  • docs: update pull_request_template.md by @RadovanTomik in #358
  • fix(lifecycle): change security rule checks on resource lifecycle by @RadovanTomik in #372
  • chore(deps-dev): bump org.wiremock:wiremock-jetty12 from 3.6.0 to 3.8.0 by @dependabot in #368
  • chore(deps): bump spring-boot.version from 3.3.0 to 3.3.1 by @dependabot in #365
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.0 to 3.3.1 by @dependabot in #363
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 by @dependabot in #373
  • chore(deps): bump org.springframework:spring-context-support from 6.1.9 to 6.1.11 by @dependabot in #374
  • fix: allow administrators to post comments during approval phase by @RadovanTomik in #362

Full Changelog: v3.6.1...v3.7.0

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