A Ruby gem for streaming data from the Bluesky/ATProto firehose

release 0.1.2

+5 -1
+4
CHANGELOG.md
··· 1 + ## [0.1.2] - 2023-06-15 2 + 3 + - added rkey property for Operation 4 + 1 5 ## [0.1.1] - 2023-06-13 2 6 3 7 - added heartbeat thread to restart websocket if it stops responding
+1 -1
lib/skyfall/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Skyfall 4 - VERSION = "0.1.1" 4 + VERSION = "0.1.2" 5 5 end