Skip to content

Releases: folio-org/raml-module-builder

13.1.0

04 Aug 05:14
Compare
Choose a tag to compare

RMB-48 implement handling of meta-data section in RMB

13.0.2

23 Jul 06:40
Compare
Choose a tag to compare
  • FOLIO-727 Support multi-field queries in CQL2PgJSON (upgraded CQL2PgJSON for this functionality)

13.0.1

16 Jul 08:25
Compare
Choose a tag to compare
  • RMB-46 RMB's http client caches requests by default

13.0.0

09 Jul 10:35
Compare
Choose a tag to compare
  • RMB-42 Generated clients populate Authorization header with okapi tenant
  • RMB-34 Validation response does not include content-type header
  • FOLIO-693 document HTTP status codes
  • DMOD-164 unit tests for Tenant API
  • FOLIO-685 explore auto-generation of fakes (mocks) for module testing

12.1.4

29 Jun 08:41
Compare
Choose a tag to compare
  • RMB-32 fix JSON encoding of String in UpdateSection
  • RMB-40 submodule util with ResourceUtil.asString(...), IOUtil.toUTF8String(InputStream)
  • RMB-36 fix PostgresClient.runSQLFile(...) when last sql statement does not end with ;
  • RMB-31 Foreign key documentation and performance test
  • RMB-38 PostgresClient on 2nd vertx throws RejectedExecutionException
  • Support cross module join functionality - see MODUSERBL-7

12.1.3

06 Jun 08:52
Compare
Choose a tag to compare
  • v1.23 of embedded postgres fails to start on windows - upgrade to v2.2 RMB-25
  • Split PostgresClient RMB-10
  • getting module name from pom error RMB-28
  • tenant api - unit tests and code cleanup RMB-3
  • Provide UtilityClassTester
  • includes trait added to raml-util
  • raml-util updated
  • Support passing List to implementing function when query param is repeated in query string

12.1.2

25 May 10:14
Compare
Choose a tag to compare

RMB-16 when additionalProperties is set to false return a 422
RMB-22 when additionalProperties is set to false , getting old db objects are ignored but count remains

v12.1.1

24 May 08:58
Compare
Choose a tag to compare

RMB-24 - Requests to /admin/health require X-Okapi-Tenant

12.1.0

23 May 10:42
Compare
Choose a tag to compare
  • Date format of jsons is saved as yyyy-MM-dd'T'HH:mm:ss.SSSZ
  • HTTP Join functionality across modules
  • RMB-13 Turn on debug mode from command line
  • FOLIO-573 RAML symlink schema workaround
  • not passing x-okapi-tenant returns 400
  • criteria auto type detection for single quoted strings
  • criteria accepts schema for validation + tests
  • RMB-23 fix embedded-postgres cleanup causing unit test failure

debug_log_package, preserve exceptions, cross module join

04 May 09:23
Compare
Choose a tag to compare
  • RMB-13 allow indicating package to log in debug mode via command line: debug_log_package=[, a.b., a.b.c]
  • RMB-15 preserve exceptions in reply handler
  • cross module http join: many to many, one to many support

v10.2.0 supersedes v10.1.0 that Jenkins did not pick up