Skip to content

Releases: arenaxr/arena-py

v1.4.1

06 Oct 15:40
1a98b9a

Choose a tag to compare

1.4.1 (2025-10-06)

Bug Fixes

  • don't clobber b and g values for color (854d851)
  • telemetry: remove opentelemetry and create ArenaTelemetry stub (1983d7e)

v1.4.0

20 Aug 20:44
984f237

Choose a tag to compare

1.4.0 (2025-08-20)

Features

  • physx: Update physics system to PhysX (e096289)

Bug Fixes

  • allow .local host addresses to ignore certificate verification (b974079)
  • auth: add parse check of google auth flow callback + token exchange (94de03a)
  • auth: deprecate google_auth library dependancy (db1a61f)
  • auth: deprecate requests package depandancy (ce43fc8)
  • auth: improve headless environment auto-detection (9e6720c)
  • auth: remove dependancy on google auth jwt package (6551626)
  • auth: remove dependancy on PyJWT package (b800e42)
  • calibrate typo (23c41af)
  • color inputs, remove dep on webcolors (def2037)
  • color: remove dependency on webcolors package (c6498ae)
  • mqtt: upgrade to paho-mqtt callback version 2 (1bb8925)
  • remove depcreated license classifer from package (c47fc9e)
  • removed unnecessary logging of token (fb78b58)
  • upgrade paho-mqtt, deprecate unused aiohttp (83d149d)

v1.3.0

13 Feb 16:42
77be887

Choose a tag to compare

1.3.0 (2025-02-13)

Features

  • model-container: add model-container attribute (5ac7524)

v1.2.0

12 Feb 15:42
049d679

Choose a tag to compare

1.2.0 (2025-02-12)

Features

  • add chat message msg handler (5c73aef)

Bug Fixes

  • align euler-to-quat per threejs (254fb38)
  • incoming msg processing halts (05aa859)

v1.1.0

07 Feb 16:41
7227813

Choose a tag to compare

1.1.0 (2025-02-07)

Features

  • add delete_program to scene (87d56de)
  • add scene programs state manager (5e97bee)
  • auth: include optional environment host perms request (29650de)
  • filestore: add store upload api (#211) (5fb1b50)

Bug Fixes

  • add error logging when outgoing payload rotation isn't quaternion (fe69c38)
  • check invalid objs and attrs types (891853b)
  • data: do not parse null attributes in messages (8c7bf62)
  • handle "x y z" strs from animation props (7368df8)
  • handle tuple of ints for Color (4b2e365)
  • handling of kwargs in update_attributes (2e6d309)
  • minor fix to delete program (b34e089)
  • missing commas (5fbb229)
  • move no-animations check into run_animations (810b1eb)
  • mqtt: deprecate scene.root_topic for scene.topicParams (e106f80)
  • publish program object to program scene topic (2c5b411)
  • remove empty animations run (afc2f1b)
  • remove unused dynamic import for typecheck (18b27ec)
  • super() with updated values for Color (ba1bce7)

v1.0.2

12 Nov 19:04
2a49c7f

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

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

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

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

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)