Release notes release/0.15.5¶
Released 2023-04-13
What’s Changed¶
- use sqlalchemy prepared statements for pd.read_sql by @miraculixx in https://github.com/omegaml/omegaml/pull/294 
- sanitize mongodb query filters by @miraculixx in https://github.com/omegaml/omegaml/pull/293 
- streamline extdmetadata handling resp. X, Y, result by @miraculixx in https://github.com/omegaml/omegaml/pull/291 
- upgrade mongodb 5.x by @miraculixx in https://github.com/omegaml/omegaml/pull/232 
- enable using mongodb as a result backend by @miraculixx in https://github.com/omegaml/omegaml/pull/300 
- Upgrade celery 5 by @miraculixx in https://github.com/omegaml/omegaml/pull/234 
- Om logger python logging optional by @miraculixx in https://github.com/omegaml/omegaml/pull/311 
- Enable restapi buckets by @miraculixx in https://github.com/omegaml/omegaml/pull/309 
- Arbitrary virtualobj loading by @miraculixx in https://github.com/omegaml/omegaml/pull/310 
- Improve sql cnx caching by @miraculixx in https://github.com/omegaml/omegaml/pull/308 
- enable small datasets to be passed as part of the message by @miraculixx in https://github.com/omegaml/omegaml/pull/312 
- release build 0.15.5 by @miraculixx in https://github.com/omegaml/omegaml/pull/313 
Security fixes * [Snyk] Fix for 4 vulnerabilities by @snyk-bot in https://github.com/omegaml/omegaml/pull/299 * [Snyk] Security upgrade tensorflow/tensorflow from 2.10.0rc3-gpu-jupyter to 2.11.0rc1-gpu-jupyter by @omegaml in https://github.com/omegaml/omegaml/pull/290 * [Snyk] Security upgrade tensorflow/tensorflow from 2.10.0rc3-gpu-jupyter to 2.11.0rc0-gpu-jupyter by @snyk-bot in https://github.com/omegaml/omegaml/pull/289
Full Changelog: https://github.com/omegaml/omegaml/compare/release/0.15.3…release/0.15.5
Changes¶
- Merge pull request #313 from omegaml/0.15.5-release-build d981a32 
- Bump version: 0.15.5-rc1 → 0.15.5 8d3dcf1 
- Bump version: 0.15.5-dev2 → 0.15.5-rc1 70619c9 
- Bump version: 0.15.5-dev1 → 0.15.5-dev2 7dcfba8 
- trigger release-build 636506b 
- automatic release build 1f68b40 
- update task tracking semantics from inside runtime 17e293e 
- celery 5 renaming of task default expiration a35f7ff 
- buffer tracking-log entries 9e58c8a 
- add request cache for metadata objects 2c07ddc 
- fail gracefully 9bc4fef 
- use test mode deterministically c2b2d3e 
- rest api auth apikey must be passed as a string 227d1d2 
- forward upstream updates 0.15.4-release-build ac29d49 
- bump version 82ccab9 
- Merge pull request #312 from omegaml/enable-passthrough-dataset e6515cf 
- enable small datasets to be passed as part of the message 48eefea 
- Merge pull request #308 from omegaml/improve-sql-cnx-caching c1fcd51 
- improve sql connection caching 3f5bd2f 
- Merge pull request #310 from omegaml/arbitrary-virtualobj-loading c9bf188 
- virtualobj loading supported from arbitrary packages e9d192a 
- Merge pull request #311 from omegaml/om-logger-python-logging-optional d90d1d7 
- om.logger routing to python logger is optional 5e96e49 
- restapi auth includes bucket df1bc69 
- Merge pull request #289 from omegaml/snyk-fix-aee13402678d30bdd0189504da4519fb 5e755e5 
- Merge branch ‘master’ into snyk-fix-aee13402678d30bdd0189504da4519fb 31eafcc 
- Merge pull request #290 from omegaml/snyk-fix-3661c05ef4b989f5742e3a960202399a 95d9360 
- Merge pull request #299 from omegaml/snyk-fix-b57fac54f8ee15ec7cc02c0990e24d4f 8ea679b 
- update pygments via nbconvert 12a687c 
- Merge pull request #234 from omegaml/upgrade-celery-5 84caaa6 
- upgrade celery to 5.x 229838e 
- Merge pull request #300 from omegaml/allow-mongodb-for-task-results f9ed803 
- enable using mongodb as a result backend cfdf720 
- Merge pull request #232 from omegaml/wip 09d56a9 
- upgrade mongodb 5.x d11c370 
- Merge pull request #291 from omegaml/update-extdmetadata 1a552aa 
- update extdmetadata b5cd0fb 
- Merge pull request #293 from omegaml/mongodb-sanitize-filters cbd74a9 
- sanitize mongo query filters b18aa05 
- Merge pull request #294 from omegaml/sqlalchemy-prepared-stmts 6d4f13a 
- use sqlalchemy prepared statements for pd.read_sql 597087b