From 35a96758989d8901787e0206da7aabd6305dfd39 Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Thu, 28 Sep 2023 16:49:25 -0400 Subject: [PATCH] 1.1.0 release (#178) * RTU modeling * v0 widget create * tune some log messages * add changelog * fix comment * configurable from env * changelog * fix log message * docs * Runtime error if submitting execute requests with no Kernel running * changelog * Add file version lookup to APIClient * update dependencies * 1.1.0 release * Add file version lookup to APIClient * update dependencies * 1.1.0 release * changelog * changelog fixes --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3e99f..8d396e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,16 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig ## [Unreleased] +### [1.1.0] - 2023-09-28 ### Added - CLI for downloading Notebooks and tailing a Notebook to see all RTU messages - Modeling for RTU messages that were missing - `variable_explorer_request` on Kernels channel - `append_output_event` on Files channel - - `v0_create_widget_mdoel_event` on Files channel + - `v0_create_widget_model_event` on Files channel - Configuration options for `APIClient` and e2e tests from env variables. Use `NOTEABLE_TOKEN` and `NOTEABLE_API_URL` with `APIClient` - `APIClient.get_file_versions` to list all versions of a file, including version id, version number, and presigned url to download content for that version +- Updated docs for Origami 1.x syntax ### Changed - Raise a Runtime Error if trying to send a cell execute request when no Kernel is running diff --git a/pyproject.toml b/pyproject.toml index 6c69379..7027f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.0.0" +version = "1.1.0" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]