Skip to content

Releases: vulnerability-lookup/BlueSkySight

Release 1.0.0

13 Feb 07:50
v1.0.0
1fd2cb0

Choose a tag to compare

This release introduces the capability to report errors, warnings,
and heartbeats to a Valkey datastore, facilitating centralized monitoring.

Events are reported using Python co-routines, with the heartbeat integrated
into the main event loop.

Release 0.6.0

08 Jan 13:19
v0.6.0
5ef7d92

Choose a tag to compare

You can now specify a list of account DIDs to ignore.

Release 0.5.0

06 Jan 22:17
v0.5.0
c632a85

Choose a tag to compare

The initial code for connecting to BlueSky's firehose has been replaced with a better implementation. However, the original code is still available and can be executed using the command BlueSkySight-Firehose-v1, while the new default implementation can be executed with BlueSkySight-Firehose.

The command to connect to BlueSky's firehose via Jetstream remains unchanged.

Release 0.4.0

06 Jan 09:04
v0.4.0
52e084a

Choose a tag to compare

New:

  • Added a function (and new command) to connect to Bluesky's firehose via Jetstream (c800d31)

Improvements:

  • Automatically reconnects when server closes the connection (1ec09a6)
  • Improved function to parse the Bluesky's firehose (c03a461)
  • The list of regular expression is now in the configuration file (612c1ec)

Release 0.3.0

06 Jan 09:04
v0.3.0
74b0d46

Choose a tag to compare

If the resolution of the DID to a handle fails, simply return the AT URI (with the did).

Release 0.2.0

19 Dec 09:18
v0.2.0
2863962

Choose a tag to compare

Various little improvements and cleaning.

Release 0.1.0

19 Dec 08:48
v0.1.0
f953c7c

Choose a tag to compare

First working prototype uploaded to Pypi.