Releases: goto/optimus
Releases · goto/optimus
v0.11.2
v0.11.1
Main Changes
Metric push
This is required for pushing all the notification metrics to enable sending notification through siren.
Http & GRPC server split
This is required to overcome some issues in ingress where they are not able to allow both http and grpc traffic over same port.
After this configuration we require different host for grpc and http.
Changelog
v0.11.0
Changelog
- 5486845 feat: add labels from job spec to job labels environment (#187)
- d778f70 feat: add new window configuration with timezone support (#183)
- cb5bf4d feat: enable catchup back (#186)
- 34983f1 feat: ignore asset on get jobs specification (#188)
- 064e5f9 fix: Refactor Replace_All and validate (#171)
- 6dd2955 refactor: replay request flow (#190)
v0.10.2
Changelog
- 73168dd feat: add cli job delete (#158)
- ee6adc6 feat: add label spec validation (#181)
- c229f8f feat: add labels for job pods (#184)
- eee95a0 feat: flag to disable asset on job list api (#179)
- 491bb08 feat: task config extrapolation for asset (#178)
- 427f9ac fix: bug when updating table to add cluster not reflected (#182)
- de95831 fix: concurrency issue replay (#174)
- 1986069 fix: config load on job change-namespace (#180)
v0.9.7-patch.1
Changelog
- 425416f fix[prod] secret export changes
v0.10.1
Highlight Features
- Window preset
- Auto dependency resolution
- Binary deprecation
Bug Fixes
- fix breaking job config if contains single quote on its value
- prevent auto creation of dataset
- fix breaking job compilation when using multiline on description field
- fix DSTART calculation for replay runs which doesn’t exist
- fix improper db rollback for replay if error happen in the transaction (avoiding the possibility of deadlock)
Changelog
- 0155f75 Perf : Optimus Validate (#162)
- e42d339 feat: add log to show count of runs updated on replay (#169)
- 31971b2 feat: add upstream unique constraint (#159)
- 3cefbf8 feat: auto dependency resolution (#157)
- 730d623 feat: skip error when extract fail due to access (#175)
- a5ae87a fix : airflow 2.6 template (#153)
- 86f9aa7 fix: DSTART on replay (#166)
- 3491545 fix: add change namespace script (#165)
- e1e57da fix: add optimus request timeout config (#163)
- bfc7c95 fix: description with new line compilation issue (#170)
- b558bf8 fix: do not change namespace for deleted jobs (#167)
- 54d3d80 fix: fix oom issue for some schedules (#155)
- 1c0335e fix: ignore destination (#176)
- bdacb18 fix: parser to ignore destination related query (#164)
- 9486328 fix: prevent auto created dataset (#150)
- 5530950 fix: secret sourcing (#177)
- dd48b4c fix: single quote env sourcing (#172)
- bdadbb5 fix: uncaught rollback commit on replay (#168)
- 49216d9 fix: unprocessed resource urn on bq extractor (#156)
- b5b2c4f fix: update validation error to include dataset name for easier discovery (#152)
- 232fffa refactor: binary plugin deprecation (#127)
v0.9.7-gtfn-patch-0.2
Changelog
- f6e3739 fix[prod] single quote and double quote test case
v0.9.7-gtfn-patch-0.1
v0.9.7-patch
Changelog
- 9320256 fix[intn] | description and request timeout changes