Skip to content

Releases: cuba-platform/restapi

7.2.6

28 Feb 07:34
Compare
Choose a tag to compare

Fixed issues:

  • Add-on should depend on Spring Security 5.5 #146

7.2.5

01 Dec 08:58
Compare
Choose a tag to compare

Fixed issues:

  • CORS request fails in case of allowedOrigins set to all #145
  • NullPointerException if /search request finds nothing #144

7.2.4

11 Aug 15:03
Compare
Choose a tag to compare

Fixed issues:

  • Character datatype isn't supported on filter operation #134
  • Support service method result with generics #138
  • Clear refreshTokenValueToUserLoginStore map while removing refresh token from TokenStore #139
  • Fix security alerts #140

7.2.3

11 Mar 07:09
Compare
Choose a tag to compare

Changes since version 7.2.2

  • Fix sorting by association attribute if the have null value #121
  • REST API does not support entities with composite primary key #49
  • Support for Java 8 Date/Time API in parameters #125

7.2.2

22 Sep 08:50
Compare
Choose a tag to compare

Changes since version 7.2.1

  • When sorting by an Association field use the instance name rather than the id #108
  • Problems with web anonymous session when deploying web/core separately cuba-platform/cuba#2961
  • ServerTokenStoreImpl lack of proper logging #115
  • isNull operator in the /entities/search endpoint doesn't work with references #120
  • Decrease log level of unsupported Accept-Language header #117
  • Return 403 response for GET /files endpoint if reading is forbidden #113
  • Filename gets garbled when downloading via REST API #116
  • rest-api-swagger.yaml doesn't fully conform to the specification #97
  • ServerTokenStoreImpl does not publish refresh token events to cluster #102
  • Create a built-in role to access REST API #105 (#109)
  • Server responds with 500 when filter contains empty conditions array #87
  • Add endpoints for effective permissions #88
  • Simplify creating multi-tenant applications cuba-platform/cuba#2284

7.2.1

13 Jul 12:26
Compare
Choose a tag to compare
  • Create built-in role to access REST API #105

7.2.0

28 Feb 12:24
Compare
Choose a tag to compare

Changes since version 7.1.x

  • CUBA 7.2 support

7.2.0.BETA2

13 Feb 12:55
Compare
Choose a tag to compare
7.2.0.BETA2 Pre-release
Pre-release

Changes since version

  • <issue 1>
  • <issue 2>

v7.2.0.BETA1

21 Jan 07:34
Compare
Choose a tag to compare
v7.2.0.BETA1 Pre-release
Pre-release

Compatibility with CUBA 7.2.0.BETA1

7.1.1

08 Nov 07:56
28c6ea0
Compare
Choose a tag to compare

Changes since version 7.1.0

  • REST API ignores attribute permissions for related entities #45