Apicurio / apicurio-registry-schema-validation

Standalone schema validation library with Apicurio Registry integration.
Apache License 2.0
4 stars 2 forks source link

Bump apicurio-registry-schema-resolver from 2.2.0.Final to 2.2.2.Final #8

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps apicurio-registry-schema-resolver from 2.2.0.Final to 2.2.2.Final.

Release notes

Sourced from apicurio-registry-schema-resolver's releases.

2.2.2.Final

  • [Task][component/registry][priority/high] Change the recent "findLast()" SQL storage query to "findFirst()" and inverting the sort direction #2361
  • [Bug][component/registry][priority/blocker] Bug when getting artifact version by content if artifact has multiple versions with identical content #2357
  • [Task][component/registry][priority/normal] Remove bi-weekly Quarkus Build #2338
  • [component/registry][priority/low] Test using empty import ZIP as workaround for KafkaSQL bug #2306
  • [Question] New release plan #2274
  • [Task][UI][component/registry][priority/normal] Improve UX/messaging for Import/Export in UI #2259
  • [Bug][UI][component/registry][priority/high] Cannot navigate/load the Settings page directly #2258
  • [Bug][component/registry][priority/normal] JSON schema validity checking inconsistent with compatibility checking #2236
  • [Enhancement][component/registry][priority/high] Log all 500 errors by default #2232
  • [Enhancement][UI][component/registry][priority/normal] UI tweaks for metadata labels #2231
  • [Duplicate][Enhancement][component/registry][priority/high] Apply dynamic configuration property logic to Apicurio Registry #2230
  • [Bug][UI][priority/normal] None enum value is not present in the UI when configuring an artifact validity or compatibility rules. #2173
  • [Question] [Question] Configuring Kafka client authentication settings when using Apache Kafka storage option #2073
  • [Enhancement][component/registry][priority/normal] Improve Import/Export feature #1922
  • [Bug][Documentation] [Docs] Installing Apicurio Registry using Docker points to the wrong image version #1918
  • [Enhancement][Tests] Stop spawning Keycloak servers for unit tests #1779
  • [Bug] Protobuf Dependency Management #1737
  • [closed] Ccompat API is not returning references when fetching a schema by id #1676
  • [Bug] CCompat Layer the Schema dto is not fully compatible. #1660
  • [Bug][2.0.x] The UI does not properly obey the "disable roles" feature #1610
  • [Bug] API ccompat v6 not returning artifact #1593
  • [closed] CI Workflow issue: PR builds not using the right code? #1513
  • [Bug] io.apicurio.registry.storage.RuleNotFoundException: No rule named 'COMPATIBILITY' was found. #980
  • [Enhancement][EPIC] Support artifact references #865
  • [Bug] Global compatibility rule execution broken for RuleApplicationType.CREATE #358

2.2.1.Final

  • [closed] invalid target release: 11 #2294
  • [Enhancement] Decouple The Release Workflow #2289
  • [Bug] Invalid Return Type When Subject Version Not Found #2226
  • [closed] Add UI support for managing dynamic config properties #2217
  • [closed] Create REST API to manage dynamic config properties (admin only) #2216
  • [Enhancement] Apply dynamic config from apicurio-common-app-components to Apicurio Registry #2215
  • [Enhancement][component/registry] Add dynamic config option for "authenticated read access" feature #2214
  • [Enhancement][Beginner Friendly] Add support for searching for artifacts by existence of property #2187
  • [Bug] Version deletion bug #2185
  • [Documentation][Quality][Beginner Friendly][Seeking Contribution] Add user-friendly explanations to the JSON compatibility checking #2160
  • [Bug] Postgres error message after startup #2124
  • [closed] Fix broken native image CLI workflow #2086
  • [Task][Beginner Friendly][Seeking Contribution][java] Extract admin endpoints from the rest client to an admin client. #2026
  • [Enhancement][2.1.x] Support per-tenant globalId and (possibly) contentId #1813
  • [Discussion] Authentication/Authorization requirements #743
Commits
  • 9960e7f Update to release version 2.2.2.Final
  • be1966a Update latency targets (#2375)
  • 62cac35 Rename the runner jar to a standard jar
  • 961f574 Implement references in protobuf and json validators (#2364)
  • f49805a build(deps): bump minimist from 1.2.5 to 1.2.6 in /ui (#2368)
  • bc5ace0 Fix artifact id references resolver (#2366)
  • 178aff5 build(deps): bump scala-maven-plugin from 4.5.6 to 4.6.0 (#2367)
  • d2b9b9c Changed SQL storage query from findLast to findFirst with a order by desc. F...
  • e726f6c Updated the openapi for v2 api
  • 937fbd0 build(deps): bump kafka-oauth-client from 0.8.1 to 0.10.0 (#2242)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #9.