Skip to content

Latest commit

 

History

History
138 lines (72 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

138 lines (72 loc) · 3.88 KB

1.4.0 (2019-06-13)

  • Support for new model operations. add_relation / remove_relation

1.3.3 (2019-02-27)

  • Raise if the response status is an error before parsing the json when fetching a token

1.3.2 (2018-10-03)

  • Minor improvement regarding Objects.create and Owners.create

1.3.1 (2018-05-28)

  • Fix the event types and object types parsing

1.3.0 (2018-01-22)

  • Support the modeler API

1.2.1 (2017-09-22)

  • Support initialization with a custom url

1.0.37 (2017-09-22)

  • Support initialization with a custom url

1.2.0 (2017-08-18)

  • Support initialization with a static access token

1.1.1 (2017-08-16)

  • Support for python3

1.1.0 (2017-07-11)

  • Opt in exponential backoff for responses with 503 status code

1.0.36 (2017-05-09)

  • Bugfixes with dataframe

1.0.35 (2017-05-09)

  • Added support for dataframe if pandas is installed

1.0.34 (2017-04-26)

  • Added origin to EventType

1.0.33 (2017-04-25)

  • Added support for a body on claim/unclaim

1.0.32 (2017-04-24)

Fix packaging options to expose smartobjects.model

1.0.31 (2017-04-24)

  • Added model service to get the data model

The model exposes all of the following:

  • Event types
  • Timeseries
  • Object types
  • Object attributes
  • Owner attributes
  • Sessionizers

The returned model contains everything that is applied the zone (sandbox or production) your are currently working with. By definition, everything that is available in the production view is also available in the sandbox view. The opposite is not true.

1.0.30 (2017-03-24)

  • Added batch_claim and batch_unclaim to the "owners" service
  • Fixed doc links

1.0.29 (2017-01-31)

Helpers

  • fixing import of helpers which resulted in being unresolved.

1.0.28 (2017-01-12)

Helpers

  • added helpers to build the JSON expected by ingestion

1.0.26 (2016-11-30)

Features

  • POST /api/v3/owners/{username}/objects/{device}/unclaim: support for unclaim object