Skip to content

Releases: target/grease

Updated Exception excepts

07 May 13:18
7ebf3df
Compare
Choose a tag to compare

This release updates the exceptions in the notifier class to match updates recently to requests

related PR:

#100

Better Execution Planning

28 Jan 15:50
e10671f
Compare
Choose a tag to compare

Features / Changes:

  • Updated execution scheduler to more optimally select nodes for execution

Repeatable Hashing

28 Dec 22:27
2085e2a
Compare
Choose a tag to compare

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

08 Nov 12:50
ec380f8
Compare
Choose a tag to compare

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

  • #94 : Fix cluster management bug where occasionally jobs in detection are orphaned
  • #88 : Added support for retry control for commands and command visibility into run count

Prototype Execution Safety

18 Oct 20:41
ec380f8
Compare
Choose a tag to compare

This release improves the reliability of prototype execution by changing the thread target to safe_execute

Patches for MongoDB

11 Oct 16:36
d5cda07
Compare
Choose a tag to compare

This release patches the state for the IoC

Fixing Mongo Test Dependency

01 Oct 20:32
6219b4d
Compare
Choose a tag to compare

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

20 Jun 14:13
ec42210
Compare
Choose a tag to compare

Refreshed psycopg2 dependency to now require the new binary version

Command Invocation Error Handling

07 Jun 20:12
b4af098
Compare
Choose a tag to compare

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

04 Jun 11:52
c3ca9cf
Compare
Choose a tag to compare

This release updates the PyMongo Syntax for index creating during deduplication

Change Log:

  • Updated index call to ensure TTL on documents is set correctly