|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## RELEASE 3.0.0-beta.18 - 2019-04-10 |
| 6 | +### Fixed |
| 7 | +- Search - Enable PostgreSQL's CITEXT fields in search. |
| 8 | + |
| 9 | +## RELEASE 3.0.0-beta.17 - 2019-04-04 |
| 10 | +### Changed |
| 11 | +- Error Handling - Display an explicit error message if the envSecret is detected as missing or unknown during data a API request. |
| 12 | + |
| 13 | +## RELEASE 3.0.0-beta.16 - 2019-03-29 |
| 14 | +### Fixed |
| 15 | +- Security - Fix implementation of session token passed in headers while downloading collections records. |
| 16 | + |
| 17 | +## RELEASE 3.0.0-beta.15 - 2019-03-27 |
| 18 | +### Changed |
| 19 | +- Security - Do not pass session token in query params while downloading collections records. |
| 20 | + |
| 21 | +## RELEASE 3.0.0-beta.14 - 2019-03-01 |
| 22 | +### Fixed |
| 23 | +- Records Display - Restrict record data serialization based the schema collection fields in the #create and #update actions. |
| 24 | + |
| 25 | +## RELEASE 3.0.0-beta.13 - 2019-02-28 |
| 26 | +### Fixed |
| 27 | +- Records Display - Restrict record data serialization based the schema collection fields in the #show action. |
| 28 | + |
| 29 | +## RELEASE 3.0.0-beta.12 - 2019-02-28 |
| 30 | +### Fixed |
| 31 | +- Records Display - Ensure that the data is properly sent even if an attribute serialization happens for an unknown reason. |
| 32 | + |
| 33 | +## RELEASE 3.0.0-beta.11 - 2019-02-27 |
| 34 | +### Fixed |
| 35 | +- Filters - Fix resources display if filtered with associations conditions with the related columns hidden in the list. 🛡 |
| 36 | + |
| 37 | +## RELEASE 3.0.0-beta.10 - 2019-02-26 |
| 38 | +### Fixed |
| 39 | +- Schema - Ensure that unhandled field types are not defined anymore in collections schemas. 🛡 |
| 40 | + |
| 41 | +## RELEASE 3.0.0-beta.9 - 2019-02-25 |
| 42 | +### Fixed |
| 43 | +- Charts - Fix Value charts having filters on associations targeting a collection having with a custom table name. 🛡 |
| 44 | +- Charts - Fix Value charts having filters on associations targeting a collection associated through multiple `belongs_to` association to the current resource. 🛡 |
| 45 | + |
| 46 | +## RELEASE 3.0.0-beta.8 - 2019-02-20 |
| 47 | +### Fixed |
| 48 | +- Export - Fix broken export action. [Regression introduced in 3.0.0-beta.7] |
| 49 | + |
| 50 | +## RELEASE 3.0.0-beta.7 - 2019-02-06 |
| 51 | +### Fixed |
| 52 | +- Filters - Fix association filtering on collections having several associations targeting the same table. |
| 53 | + |
| 54 | +## RELEASE 3.0.0-beta.6 - 2019-02-01 |
| 55 | +### Added |
| 56 | +- Charts - Users can create "Leaderboard" charts. |
| 57 | +- Charts - Users can create "Objective" charts. |
| 58 | +- Technical - Add a new apimap property "relationship". |
| 59 | + |
| 60 | +## RELEASE 3.0.0-beta.5 - 2019-01-30 |
| 61 | +### Fixed |
| 62 | +- Validations - Remove badly set validations on Array fields. |
| 63 | + |
| 64 | +## RELEASE 3.0.0-beta.4 - 2019-01-30 |
| 65 | +### Fixed |
| 66 | +- Schema - Fix empty validations set in the schema file. |
| 67 | + |
| 68 | +## RELEASE 3.0.0-beta.3 - 2019-01-30 |
| 69 | +### Fixed |
| 70 | +- Build - Fix liana version set in the `.forestadmin-schema.json` meta. |
| 71 | + |
| 72 | +## RELEASE 3.0.0-beta.2 - 2019-01-30 |
| 73 | +### Fixed |
| 74 | +- Build - Fix liana version set in the `.forestadmin-schema.json` meta. |
| 75 | + |
| 76 | +## RELEASE 3.0.0-beta.1 - 2019-01-30 |
| 77 | +### Fixed |
| 78 | +- Build - Fix regressions in the build script. |
| 79 | + |
| 80 | +## RELEASE 3.0.0-beta.0 - 2019-01-30 |
| 81 | +### Added |
| 82 | +- Developer Experience - On start, create a `.forestadmin-schema.json` file that contains the schema definition. |
| 83 | +- Developer Experience - On production, load `.forestadmin-schema.json` for schema update. |
| 84 | + |
| 85 | +### Changed |
| 86 | +- Schema - Developers can deactivate the automatic schema sending on server start (using `FOREST_DISABLE_AUTO_SCHEMA_APPLY` environment variable, deprecating `FOREST_DEACTIVATE_AUTOMATIC_APIMAP`). |
| 87 | + |
5 | 88 | ## RELEASE 2.15.8 - 2019-03-01
|
6 | 89 | ### Fixed
|
7 | 90 | - Records Display - Restrict record data serialization based the schema collection fields in the #create and #update actions.
|
|
0 commit comments