Releases: folio-org/raml-module-builder
Releases · folio-org/raml-module-builder
14.0.0
- RMB-59 implement faceting framework (breaks backwards compatibility - postgresClient's get() now returns a org.folio.rest.persist.interfaces.Result object and not an Object[])
- RMB-51 add read only field usage
- RMB-57 Add upsert support to rmb db client
- RMB-52 Change name of expected metadata property (breaks backwards compatibility)
- RMB-60 Mark vertx-unit to compile scope (breaking change for modules that use the vertx-unit packaged in RMB)
13.1.0
13.0.2
13.0.1
13.0.0
- 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
- 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
- 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
v12.1.1
12.1.0
- 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