Skip to content

Releases: novem-code/novem-python

v0.6.1

18 Jun 16:28
ac361b9

Choose a tag to compare

What's Changed

  • build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 by @dependabot[bot] in #234
  • build(deps-dev): bump pytest from 9.0.3 to 9.1.0 by @dependabot[bot] in #237
  • build(deps): bump the uv group across 1 directory with 5 updates by @dependabot[bot] in #238
  • fix: add request timeouts to prevent indefinite hangs (#239) by @bjornars in #240
  • sdk: raise NovemException on API errors instead of a print placeholder by @bjornars in #236
  • docs: document API-error exceptions and request timeouts by @bjornars in #241

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Jun 21:43
8221917

Choose a tag to compare

What's Changed

  • build(deps): bump aiohttp from 3.13.4 to 3.14.0 in the uv group across 1 directory by @dependabot[bot] in #229
  • build(deps): bump starlette from 0.52.1 to 1.0.1 in the uv group across 1 directory by @dependabot[bot] in #230
  • sync: pin tree dump/load file IO to UTF-8 by @bjornars in #231
  • Add novem.config + Session, fix the kwargs sprawl (0.6) by @bjornars in #232
  • vis/mail: fix include_picture typo and serialize bool params when false by @bjornars in #233

Full Changelog: v0.5.14...v0.6.0

v0.5.14

03 Jun 14:20
e3e6924

Choose a tag to compare

What's Changed

  • ci: harden workflows, drop Python 3.9 by @bjornars in #197
  • config: remove 0.4→0.5 migration + test config normalization by @myme in #195
  • deps: integrate dependabot updates by @bjornars in #209
  • build(deps): bump requests from 2.32.5 to 2.33.1 by @dependabot[bot] in #207
  • build(deps): bump urllib3 from 2.6.3 to 2.7.0 in the uv group across 1 directory by @dependabot[bot] in #210
  • deps, johnny by @bjornars in #215
  • cli: add mime-type extraction for --post by @sondove in #222
  • deps: bump dependabot deps (#217-#221) by @myme in #223
  • deps: bump idna and pygments for dependabot alerts by @bjornars in #225
  • build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #226
  • Add novem --load tree sync with --dry-run by @bjornars in #228
  • build(deps): bump mcp from 1.27.1 to 1.27.2 by @dependabot[bot] in #227

Full Changelog: v0.5.13...v0.5.14

v0.5.13

09 May 23:49
cfc4850

Choose a tag to compare

What's Changed

  • build(deps): bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory by @dependabot[bot] in #188
  • build(deps): bump python-multipart from 0.0.22 to 0.0.26 in the uv group across 1 directory by @dependabot[bot] in #189
  • build(deps): bump packaging from 26.0 to 26.1 by @dependabot[bot] in #190
  • build(deps): bump packaging from 26.1 to 26.2 by @dependabot[bot] in #191
  • cli: improve jobs interface by @sondove in #192
  • build(deps): bump python-multipart from 0.0.26 to 0.0.27 in the uv group across 1 directory by @dependabot[bot] in #194
  • cli: add support for --post --put etc utility functions by @sondove in #193
  • cli: fix novem --init bug by @sondove in #196

Full Changelog: v0.5.12...v0.5.13

v0.5.12

07 Apr 16:41
8aeab6a

Choose a tag to compare

What's Changed

  • experimental: add support for comments by @sondove in #173
  • build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #174
  • build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #175
  • Add --init --token workflow to register existing tokens by @myme in #176
  • build(deps-dev): bump black from 24.10.0 to 25.11.0 in the uv group across 1 directory by @dependabot[bot] in #177
  • events: add support for novem events, expanded threads and mcp by @sondove in #178
  • build(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in #180
  • mcp/comments: minor fixups by @sondove in #182
  • jobs: add file support to -R by @sondove in #183
  • build(deps): bump cryptography from 46.0.5 to 46.0.6 in the uv group across 1 directory by @dependabot[bot] in #185
  • build(deps): bump aiohttp from 3.13.3 to 3.13.4 in the uv group across 1 directory by @dependabot[bot] in #186
  • init: support credentials, oauth, and token auth types by @myme in #187
  • add support for documents (docs) by @sondove in #184

Full Changelog: v0.5.11...v0.5.12

v0.5.11

12 Feb 16:11
8125380

Choose a tag to compare

What's Changed

  • cli: don't show excess whitespace by @sondove in #171
  • Add python and cli support for new public tags grammar by @sondove in #172

Full Changelog: v0.5.10...v0.5.11

v0.5.10

28 Jan 08:49
ea6e7cd

Choose a tag to compare

What's Changed

  • build(deps): bump virtualenv from 20.35.4 to 20.36.1 in the uv group across 1 directory by @dependabot[bot] in #164
  • cli: add new --add-ssh-key functionality by @sondove in #166
  • build(deps): bump urllib3 from 2.6.2 to 2.6.3 in the uv group across 1 directory by @dependabot[bot] in #167
  • cli: improve --dump and add --load by @sondove in #168
  • build(deps): bump packaging from 25.0 to 26.0 by @dependabot[bot] in #169

Full Changelog: v0.5.9...v0.5.10

v0.5.9

12 Jan 15:10
839f078

Choose a tag to compare

What's Changed

  • release: strip dev stuff from the release-build by @bjornars in #152
  • jobs: include Last Run for -j by @sondove in #154
  • build(deps-dev): update isort requirement from <7.0.0,>=5.13.2 to >=5.13.2,<8.0.0 by @dependabot[bot] in #155
  • cli: convert to local time by @sondove in #157
  • pylib: add GridMap and other cleanups by @sondove in #159
  • pylib: add new table cell options by @sondove in #160
  • cli: add new --gql @query-file support by @sondove in #162

Full Changelog: v0.5.8...v0.5.9

v0.5.8

23 Dec 17:26
ee380b5

Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

18 Dec 10:38
baa18a7

Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7