Notice
In the upcoming major release the dependency to Apache Solr (relates to the Concepts search functionality) will be defined in a separate Maven profile (in the pom.xml file) which might be a breaking change for your existing build process (any further configuration updates will be provided in the future release notes)
New Features
- library updates SqlRender 1.13.1
- preparations for Apache Solr dependency externalization
- ACHILLES and cron-based cache warming flags are set to 'false' by default ('cdm.cache.achilles.warming.enable', 'cdm.cache.cron.warming.enable' in pom.xml file)
- Concept Set comparison enhanced with a possibility to compare Concepts with a list of Concepts in a CSV file of specific structure
Refer to https://github.com/OHDSI/Atlas/releases/tag/v2.13.0 for ATLAS features
What's Changed
- Add cast to concept_id search. #2114 - test fix by @anton-abushkevich in #2140
- java.lang.reflect.UndeclaredThrowableException when download PLP #2132 by @anton-abushkevich in #2135
- Use temp tables for security migration scripts. by @chrisknoll in #2144
- Cannot delete a datasource if the source on the connection string does not exists #2152 by @anton-abushkevich in #2156
- Moderator cannot delete reusable despite reusable:*:delete permission #2158 by @anton-abushkevich in #2159
- Use LEN() instead of LENGTH(). by @chrisknoll in #2160
- user role mappings are removed when user is removed from group in AD/LDAP by @ssuvorov-fls in #2148
- Add tagging management through UI - Atlas#2773 by @anton-abushkevich in #2145
- Venn diagram by @TitrS in #2179
- Restrict T to first cohort episode per person. by @chrisknoll in #2180
- Bump Hydra version - fixes #2162 by @anthonysena in #2174
- achilles ddl endpoint was changed to unprotected by @ssuvorov-fls in #2184
- Fix issue #2112 - Heracles reports do not insert final results when using Spark by @TomWhite-MedStar in #2138
- hydra version was changed to 0.4.0 by @ssuvorov-fls in #2186
- fixed security test for ddl/achilles endpoint by @ssuvorov-fls in #2190
- hydra version was changed to 0.4.0 by @ssuvorov-fls in #2189
- Possible memory leak in auditTrail #2192 - exclude WebAPI/info calls by @anton-abushkevich in #2193
- Dependencies update 2.13.0 by @alex-odysseus in #2188
- Add csv for comparison conceptsets by @anton-abushkevich in #2176
- Adding flag to disable Achilles cache - fixes #2034 by @anthonysena in #2172
- solr functionalty was moved to sparate location by @ssuvorov-fls in #2196
- added check if the solr is enabled by @ssuvorov-fls in #2212
- Switch isNumeric() to anayisID test when casting. by @chrisknoll in #2209
- fix jdbc issue for spark by @ssuvorov-fls in #2207
- Referring to the latest SqlRender 1.13.1 (Netezza fixes) by @alex-odysseus in #2233
New Contributors
- @TitrS made their first contribution in #2179
- @TomWhite-MedStar made their first contribution in #2138
Full Changelog: v2.12.0...v2.13.0