Skip to content

Releases: arenaxr/arena-py

v1.0.2

12 Nov 19:04
2a49c7f
Compare
Choose a tag to compare

1.0.2 (2024-11-12)

Bug Fixes

  • set correct self-ignore topic (00c38d5)

v1.0.1

08 Nov 18:05
dd65d7d
Compare
Choose a tag to compare

1.0.1 (2024-11-08)

Bug Fixes

  • submodel-parent: add component submodel-parent (7c9ad7c)

v1.0.0

08 Nov 17:16
1a072f0
Compare
Choose a tag to compare

1.0.0 (2024-11-07)

⚠ BREAKING CHANGES

  • Refactored topic structure for more granular flow and access (#191)

Features

  • Refactored topic structure for more granular flow and access (#191) (1413e9f)

Bug Fixes

  • auth: add/refactor request for user_id from account in token repsonse (2b23174)
  • color: ensure color=str assignment publishes correctly (e335b4f)
  • color: fixed color.hex() reference uninitialized (5ab2148)
  • mqtt: add deprecation warnings for data attribute get/set (b123d1b)
  • mqtt: add logging for SUBACK errors (47c04ae)
  • mqtt: require userClient in topic for all scene messages (#201) (9f8765d)
  • position: remove duplicate getter (04db8b0)
  • rotation, scale: raise out of range error when needed (5ab005c)
  • swapped creator and builder arms (5a9e2d3)

Documentation

  • add deprecated docstring attributes and highlight (1f627c8)

v0.11.2

25 Sep 19:40
9e48eb4
Compare
Choose a tag to compare

0.11.2 (2024-09-25)

Bug Fixes

  • auth: handle cases of missing google refresh token (7c28970)

v0.11.1

23 Sep 20:51
e9b4ab6
Compare
Choose a tag to compare

0.11.1 (2024-09-23)

Bug Fixes

  • auth: fix failed auth when switching browser vs headless (2d22acb)
  • docstring: add falsy default values to docstring params (9d831d8)

v0.11.0

20 Sep 20:36
c1a3a2b
Compare
Choose a tag to compare

0.11.0 (2024-09-20)

Features

  • auth: add google limited input device auth flow (#195) (7e2bfef)

Bug Fixes

  • auth: fixed signout not removing gauth token (7d15b3f)

v0.10.3

03 Sep 21:13
3a33f6e
Compare
Choose a tag to compare

0.10.3 (2024-09-03)

Bug Fixes

  • typo len check of rot input (e0af8c5)

v0.10.2

13 Aug 21:35
4483fe7
Compare
Choose a tag to compare

0.10.2 (2024-08-13)

Bug Fixes

  • bump requests dependancy (e3b8a04)

v0.10.1

13 Aug 21:22
534a585
Compare
Choose a tag to compare

0.10.1 (2024-08-09)

Bug Fixes

  • add exit() when disconnected (28944e2)
  • auth: log additional error messages during http errors (bce90b7)
  • auth: remove automatic browser open for 4xx status (937a867)
  • better error handling on malformed tokens (0dd7a62)
  • obj-model: sync with latest schema, add ObjModel (646baea)
  • print error msgs on exit (2200159)
  • replace program object from persist (ca9b71a)

v0.10.0

06 May 15:19
a000773
Compare
Choose a tag to compare

0.10.0 (2024-05-06)

Features

  • urdf: add urdf model support (04ebf90)

Documentation

  • update schema docstrings to latest version (b792bf2)