Releases: target/grease
Updated Exception excepts
This release updates the exceptions in the notifier class to match updates recently to requests
related PR:
Better Execution Planning
Features / Changes:
- Updated execution scheduler to more optimally select nodes for execution
Repeatable Hashing
This release integrates the awesome work from Target maintainer team to ensure deduplication of complex Python objects is consistent
related PR:
Administrative Feature Release - Fall 2018
In this release we focus on making GREASE easier to administer larger, more dynamic clusters, as well as giving customer commands further insight into their job state
Prototype Execution Safety
This release improves the reliability of prototype execution by changing the thread target to safe_execute
Patches for MongoDB
This release patches the state for the IoC
Fixing Mongo Test Dependency
We're at it again trying to make your local testing easier for end-to-end local development. This release removed the MongoDB dependency during testing
Dependency Refresh - Summer 2018
Refreshed psycopg2 dependency to now require the new binary version
Command Invocation Error Handling
In this release we've added protection around commands and specifically their __init__
method when there in an exception thrown.
Change Log
- Added protection in the importer around exceptions thrown during
__init__
- Updated PostgreSQL tests to prevent erroneous test failure
PyMongo Syntax Updates
This release updates the PyMongo Syntax for index creating during deduplication
Change Log:
- Updated index call to ensure TTL on documents is set correctly