Skip to content

Releases: hololinked-dev/hololinked

v0.3.7

30 Oct 17:19
14148d3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Oct 18:32
3d7161a

Choose a tag to compare

What's Changed

There is no release v0.3.5 in github.

New Contributors

Full Changelog: v0.3.4...v0.3.6

v0.3.4

04 Oct 15:53
a81cce3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

28 Sep 13:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Sep 16:55
3cf94e5

Choose a tag to compare

What's Changed

  • uses httpx implementation for HTTP clients - jupyter notebook friendly, both sync and async supported
  • basic security scheme mentioned in TD
  • updates in documentation (check docs.hololinked.dev)
  • bug fixes
  • code formatting based on ruff a little more streamlined

New Contributors

Full Changelog: v0.2.11...v0.3.2

v0.3.1

18 Aug 06:38

Choose a tag to compare

The code was restructured to remove a lot of idiosynchronisies and align better with WoT standards.

Uses WoT TD fragments as the default dataclass/model for moving interaction metadata around the different components, which is also much cleaner.

Introduces:

  • scripting API compatible HTTP client
  • descriptors for all of properties, actions, events and state machine. previously only property was a descriptor
  • descriptor registries for idiomatic introspection of a Thing's capabilites
  • full support of pydantic and JSON schema in all areas
  • HTTP basic auth
  • significant improvements in terms of readability over the ZMQ messaging contract
  • observe_property op on client side (although we always supported on server side)
  • major improvements in test coverage, both breadth and depth

Full Changelog: v0.2.11...v0.3.1

v0.2.11

25 Apr 17:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.2.11

v0.2.10

05 Apr 13:22
a127907

Choose a tag to compare

Makes class_member functionality compatible with fget, fset and fdel for properties

What's Changed

New Contributors

  • @zh3nl made their first contribution in #62

Full Changelog: v0.2.9...v0.2.10

v0.2.9

05 Apr 11:49

Choose a tag to compare

bug fixes to execute null payload in a HTTP request (which was being weirdly rejected)

Full Changelog: v0.2.8...v0.2.9

v0.2.8

07 Dec 12:15

Choose a tag to compare

  • Thing class supports composition
  • pydantic and JSON schema support for property models

Full Changelog: v0.2.7...v0.2.8