Releases: data2evidence/trex
Releases · data2evidence/trex
Release list
v0.10.0-beta
v0.9.0-beta
What's Changed
- add executeStreamQuery implementation by @p-hoffmann in #98
- add function to translate atlas query by @p-hoffmann in #97
- add circe to docker by @p-hoffmann in #99
- fix dockerfile by @p-hoffmann in #100
- fix by @p-hoffmann in #101
- Update circe-be by @p-hoffmann in #103
- change trex plugin build by @p-hoffmann in #104
- change trex plugin build by @p-hoffmann in #105
- Upgrade to 🦕 Deno 2.1 by @p-hoffmann in #107
- disable release gha / llama by @p-hoffmann in #108
- add pgt by @p-hoffmann in #110
- switch gha runner by @p-hoffmann in #109
- disable table copy by @p-hoffmann in #112
- upgrade duckdb by @p-hoffmann in #113
- allow multiple sql statements by @p-hoffmann in #114
- fix select int columns by @p-hoffmann in #115
- Update README.md by @p-hoffmann in #116
- fix ci for ohdsi org by @p-hoffmann in #117
Full Changelog: v0.8.0-beta...v0.9.0-beta
v0.8.0-beta
What's Changed
- adjust build script by @p-hoffmann in #90
- [Analyze 1922] Add trex connection for cdw svc by @brandantck in #91
- [Analyze-2016] Update create_fts_index by @brandantck in #92
- [Analyze-2063] Expose getFirstPublication to trex functions by @brandantck in #93
Full Changelog: v0.7.0-beta...v0.8.0-beta
v0.7.0-beta
What's Changed
- remove sqleditor admin role checks by @SantanM in #71
- Update duckdb by @p-hoffmann in #72
- fix casting error by @p-hoffmann in #74
- [Integrate-798] remove revocation endpoint by @suwarnoong in #73
- update authz logic by @SantanM in #63
- fix typo for require datasetId condition by @SantanM in #77
- fix cast error; improve error handling by @p-hoffmann in #79
- fix replication bug by @p-hoffmann in #80
- mv core to d2e by @p-hoffmann in #81
- fix date & add fts index by @p-hoffmann in #82
- limit copy without replication by @p-hoffmann in #83
- fix copy table bug by @p-hoffmann in #84
- handle readd of db by @p-hoffmann in #85
- add bigquery support by @p-hoffmann in #86
- fix add db by @p-hoffmann in #88
- fix add db by @p-hoffmann in #89
New Contributors
- @suwarnoong made their first contribution in #73
Full Changelog: v0.6.0-beta...v0.7.0-beta
v0.6.0-beta
What's Changed
- Adjust deletion of untagged images by @p-hoffmann in #38
- add query interface by @p-hoffmann in #40
- move pull policy to env variable by @p-hoffmann in #41
- Update edge runtime to v1.66.5 by @p-hoffmann in #42
- Fix npm publish by @p-hoffmann in #43
- Add db manager and knex plugin by @p-hoffmann in #44
- fix bug in db migrations by @p-hoffmann in #46
- Change npm registry by @p-hoffmann in #47
- add connection interface by @p-hoffmann in #48
- fix symlink by @p-hoffmann in #49
- [Devops-1631] Remove GHA docker push to azure CR and edit variable name by @mwaiyee in #50
- Add pg ssl by @satish-a0 in #51
- add routes for logto by @p-hoffmann in #53
- use regex for public urls by @p-hoffmann in #54
- migrate db credentials by @p-hoffmann in #55
- Fix dc up by @p-hoffmann in #56
- mv plugins to data folder by @p-hoffmann in #52
- add dc up to gha by @p-hoffmann in #57
- Update README.md by @p-hoffmann in #58
- Add endpoint for dbcredential updates by @p-hoffmann in #59
- Add env for plugins registry by @p-hoffmann in #60
- make image tag configurable by @p-hoffmann in #61
- Add trex ask by @p-hoffmann in #62
- add auth logic for study_write_dqd_researcher role by @SantanM in #45
- Revert "add auth logic for study_write_dqd_researcher role" by @p-hoffmann in #64
- Fix public urls by @p-hoffmann in #65
- [KangJingA/integrate-1583] by @KangJingA in #66
- add options for trex ask by @p-hoffmann in #69
- KangJingA/fix-system-portal-public-endpoint by @KangJingA in #68
- [Analyze1695] Add extraction datasetid from request header by @brandantck in #67
- [data-1759] Change default project name in PREFECT_DOCKER_NETWORK by @alicia-koh in #70
Full Changelog: v0.5.0-beta...v0.6.0-beta
v0.5.0-beta
What's Changed
- Trex fixes by @KangJingA in #1
- fix tests by @p-hoffmann in #5
- [Analyze-1268] Add logic to extract datasetid from json body by @brandantck in #2
- 1317 fix bun binary version by @jerome-ng in #4
- [Devops-1278] docker build push GHA by @mwaiyee in #3
- fix format check by @p-hoffmann in #7
- watch single functions by @p-hoffmann in #6
- fix push to cr by @p-hoffmann in #8
- Fix init not using env by @jerome-ng in #10
- [data-1423] Switch image pull policy to pull from registry by @alicia-koh in #12
- disable failing tests by @p-hoffmann in #14
- initial url plugin installation support by @p-hoffmann in #13
- build npm pkg by @p-hoffmann in #15
- initial eszip support by @p-hoffmann in #16
- update trex by @p-hoffmann in #17
- update build script by @p-hoffmann in #18
- fix build by @p-hoffmann in #19
- use eszip by @p-hoffmann in #20
- use deno by @p-hoffmann in #21
- fix healthcheck by @p-hoffmann in #22
- fix npm pkg build by @p-hoffmann in #23
- add coderowners by @p-hoffmann in #24
- enforce dataset scope check by @p-hoffmann in #25
- fix http test by @p-hoffmann in #26
- [internal-1445] change logical AND to OR by @SantanM in #27
- [internal-1445] check existence of prefect worker pool by @SantanM in #28
- add tags to prefect deployment by @SantanM in #29
- use knex for table creation by @p-hoffmann in #30
- fix ci by @p-hoffmann in #31
- Fix npm ci by @p-hoffmann in #32
- Update pkg by @p-hoffmann in #33
- switch npm registry by @p-hoffmann in #34
- Add ghcr by @p-hoffmann in #35
- Docker registry cleanup by @p-hoffmann in #36
- Adapt docker build tag by @satish-a0 in #37
New Contributors
- @KangJingA made their first contribution in #1
- @p-hoffmann made their first contribution in #5
- @brandantck made their first contribution in #2
- @jerome-ng made their first contribution in #4
- @mwaiyee made their first contribution in #3
- @alicia-koh made their first contribution in #12
- @SantanM made their first contribution in #27
- @satish-a0 made their first contribution in #37
Full Changelog: https://github.com/data2evidence/trex/commits/v0.5.0-beta