Skip to content

Latest commit

 

History

History
102 lines (51 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

102 lines (51 loc) · 4.04 KB

0.3.2 (2019-04-03)

This release includes a breaking change described by RFC0023. Datasets are now loaded with load_dataset and qri.load_dataset is removed.

Features

  • ds: add get_meta method that gets all dataset metadata (d2dedcd)
  • ModuleLoader: allow supplying custom module loader (f8c85b9)

BREAKING CHANGES

  • ModuleLoader: qri.load_dataset is no longer available, use load_dataset instead

0.3.0 (2019-03-07)

a few small tweaks, and a version bump to match starlib

Bug Fixes

  • ds.set_body: don't assign schemas when using set_body (df4742b)
  • set_meta: use GoString to set meta keys (af7a305)

Features

  • ds: structure component getter & setter methods (0dc0d41)
  • ds.set_body: accept data_format argument in conjunction with raw=True (3f12e40)

BREAKING CHANGES

  • ds: ds.set_schema is removed, use ds.set_structure instead.

0.2.1 (2019-02-05)

Features

  • ds.get_body: return None on empty body, support optional default body (85fa909)

0.2.0 (2019-01-22)

Bug Fixes

  • empty body: remove empty body array assumption (de5d458)
  • update to fix starlib util.AsString change (2f965c6)

Features

  • context: add context package (cd70f69)
  • context: add get_config, get_secret funcs to context (4a41689)
  • MutateCheck: add option for dataset mutation checks, ExecFile -> ExecScript (c7e65a3)
  • OutWriter: accept writer param on ExecTransform to record script stdout (19e7c43)

0.0.2 (2018-06-18)

Features

  • html: added quick jquery-like html package (921bbc2)
  • NtwkToggle: explicit network use toggling in http package (df9acb5)
  • set_shcmea: added set_schema method to qri module (a38b402)

0.0.1 (2018-06-06)

Bug Fixes

  • http.auth,qri.get_config: fix silly bugs from recent changes (6f8ac60)

Features

  • EntryReader: add support for list, dict, tuple reading (2343bde)
  • error, set_met: added error & set_meta methods (fa5ed07)
  • ExecFile: Execute skylark file, get qri dataset. dope. (9c030ce)
  • http: overhaul http module (4cedf6f)
  • lib: qri.get_body function for updates (9be0e4a)
  • Protector: stepped transform functions, protected execution (f03e409)
  • Version: write SyntaxVersion on ExecTransform (bbd4975)