Skip to content

Releases: swimlane/swimlane-python

v0.0.7

29 Jun 22:14
Compare
Choose a tag to compare
  • Updated copy_field_values to return a list of values added to destination field.

v0.0.6

29 Jun 21:31
Compare
Choose a tag to compare
  • Adding save method to Record objects, deprecating insert and update methods.
  • Updating restrict method on Record objects to use the restrict endpoint and also accept an append=True argument to append to existing restrictions instead of overwriting them.
  • Adding copy_field_values utility function to copy values from one valuesList to another.

v0.0.5

28 Jun 02:16
Compare
Choose a tag to compare
  • Added restrict method to Record objects to restrict access to users/groups for a record.
  • Added save method to App objects.
  • Fixed find_all methods for Group and User objects.

v0.0.4

28 Jun 02:17
Compare
Choose a tag to compare
Upping the version to 0.0.4

v0.0.3

22 Jan 16:23
Compare
Choose a tag to compare

Added

New recipe (swimlane.records.add_references) for finding records by query and adding them as references to a particular field (this can be done within the same App or across two different Apps).