Skip to content

Changes

#189 (Jun 25, 2024, 11:19:31 AM)

  1. fix: changed parameter type for rest params when we use generics to fix jersey warning — Angelo Andreussi / githubweb

#188 (Jun 25, 2024, 10:22:24 AM)

  1. fix(rest-api): handle missing account in `ServiceConfigurations` to prevent NPE — MDeLuise / githubweb
  2. improve: enhance account not null check — MDeLuise / githubweb

#187 (Jun 24, 2024, 5:19:21 AM)

  1. :bug: [Device Management] Fixed DeviceComponentConfiguration propery handling with empty or null values — Alberto Codutti / githubweb

#186 (Jun 20, 2024, 11:19:22 AM)

  1. :fix: scopeid representation can contain dashes, which need to be captured by the bypass regex for legacy endpoints — Davide Salvador / githubweb

#185 (Jun 19, 2024, 10:24:23 AM)

  1. :sparkles: [Messaging] Introduced configuration to optionally skip Device.id resolution for KapuaDataMessage — Alberto Codutti / githubweb

#184 (Jun 19, 2024, 9:19:22 AM)

  1. :fix: For trusted calls, Rebuild(Trusted)SessionFilter was polluting the Response even when passing, as it was triggering the login process even for trusted calls and correcting the situation too late. This resulted in subsequent filters failing (in this case: if CORSResponseFilter was executed after RebuildSessionFilter, as it should because it needs information about the Session (e.g. the Scope)) — Davide Salvador / githubweb

#183 (Jun 14, 2024, 5:19:11 AM)

  1. fix: changed exception returned from bad auth code or trustkey used on MFA login — Angelo Andreussi / githubweb
  2. fix: changed exception returned from bad empty auth code or trustkey used on MFA login — Angelo Andreussi / githubweb

#182 (Jun 14, 2024, 4:19:21 AM)

  1. fix: changed openApi docs to introduce new error code 409 for device management requests — Angelo Andreussi / githubweb
  2. fix: removed 409 error code from requests not returning it — Angelo Andreussi / githubweb
  3. fix: removed 409 error code on one more request — Angelo Andreussi / githubweb

#181 (Jun 12, 2024, 9:19:32 AM)

  1. :arrow_up: [Docker] Bumped version of docker-maven-plugin to 0.44.0 — Alberto Codutti / githubweb

#180 (Jun 7, 2024, 10:21:04 AM)

  1. :fix: xml annotations on CredentialImpl were overriding the ones on Credential, preventing XmlJavaTypeAdapters from being called — Davide Salvador / githubweb
  2. :fix: same issue for MfaOption and ScratchCode — Davide Salvador / githubweb

#126 (Mar 7, 2024, 9:19:22 AM)

  1. :fix: restoring lost code that ensures that event broker client id is unique across components — Davide Salvador / githubweb
  2. :fix: event topic now contains module name as well as service name (simple) and uuid for uniqueness — Davide Salvador / githubweb