Skip to content

Releases: DynamicalSystemsGroup/rid-lib

v3.3.0

Choose a tag to compare

@lukvmil lukvmil released this 18 Jun 17:49
fde7792
  • allows extra fields in manifests, and adds an @context field defaulting to orn:koi-net.context:manifest when using the generate method
  • changed exception type on rid parsing from TypeError to ValueError to provide more verbose errors during pydantic validation

v3.3.0-beta.1

v3.3.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@lukvmil lukvmil released this 08 May 19:11
  • allows extra fields in manifests, and adds an @context when using the generate method
  • experimental deeper RIDType <> model integration

v3.2.16

Choose a tag to compare

@lukvmil lukvmil released this 23 Feb 20:08
  • 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

Choose a tag to compare

@lukvmil lukvmil released this 19 Feb 19:05
  • added slack user group RID type

v3.2.14

Choose a tag to compare

@lukvmil lukvmil released this 06 Feb 18:28
  • updated hackmd type to include an optional workspace id

v3.2.13

Choose a tag to compare

@lukvmil lukvmil released this 22 Jan 20:49
  • 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

Choose a tag to compare

@lukvmil lukvmil released this 04 Dec 15:55
  • added RID types for Google Drive objects

v3.2.11

Choose a tag to compare

@lukvmil lukvmil released this 06 Nov 19:56
  • updated imports in types.py

v3.2.10

Choose a tag to compare

@lukvmil lukvmil released this 06 Nov 18:35
  • added RID types
    • HackMD Note
    • Discord User
    • Discord Guild
    • Discord Channel
    • Discord Message

v3.2.9

Choose a tag to compare

@lukvmil lukvmil released this 04 Sep 17:56
  • removed koi-net edge generate function, this should be handled by koi-net, not relevant for parsing/validation
  • added normalized text RID type