Skip to content

Releases: BlockScience/rid-lib

v3.3.0-beta.1

08 May 19:11

Choose a tag to compare

v3.3.0-beta.1 Pre-release
Pre-release
  • allows extra fields in manifests, and adds an @context when using the generate method
  • experimental deeper RIDType <> model integration

v3.2.16

23 Feb 20:08

Choose a tag to compare

  • added new RID types:
    • func query
    • func response
    • search query
    • search response
    • vector
    • github repo
    • github commit
    • github issue
    • github pull request
    • github event

v3.2.15

19 Feb 19:05

Choose a tag to compare

  • added slack user group RID type

v3.2.14

06 Feb 18:28

Choose a tag to compare

  • updated hackmd type to include an optional workspace id

v3.2.13

22 Jan 20:49

Choose a tag to compare

  • if an RIDType is redefined (another class with the same scheme and/or namespace), a warning is emitted and the original definition binds to the class name. this is done to prevent accidental divergence in network setups where two types may appear the same but fail equality under the hood.

v3.2.12

04 Dec 15:55

Choose a tag to compare

  • added RID types for Google Drive objects

v3.2.11

06 Nov 19:56

Choose a tag to compare

  • updated imports in types.py

v3.2.10

06 Nov 18:35

Choose a tag to compare

  • added RID types
    • HackMD Note
    • Discord User
    • Discord Guild
    • Discord Channel
    • Discord Message

v3.2.9

04 Sep 17:56

Choose a tag to compare

  • removed koi-net edge generate function, this should be handled by koi-net, not relevant for parsing/validation
  • added normalized text RID type

v3.2.8

11 Aug 01:25

Choose a tag to compare

  • moved vendor package under rid-lib name space to prevent import issues