Skip to content

Releases: sockethub/sockethub

v5.0.0-alpha.11

05 Feb 18:36
c243fa9

Choose a tag to compare

v5.0.0-alpha.11 Pre-release
Pre-release

What's Changed

💥 Breaking Changes

🚀 Features

  • feat: Add rate limiting with backoff to incoming requests by @silverbucket in #1004
  • feat(logger): Create @sockethub/logger package with self-contained logging by @silverbucket in #1014
  • feat(logger): Add logging context for more clear log namespaces by @silverbucket in #1015
  • feat(data-layer): Add Redis connection pooling and timeout configuration by @silverbucket in #1013
  • fix(data-layer): Unify Redis IDs for queues, workers, and credentials by @silverbucket in #1016

🐛 Bug Fixes

⚡ Performance

📚 Documentation

🧪 Tests

🎨 Other Changes

  • deps(data-layer): Update code to comply with SecureStoreRedis 4 by @silverbucket in #1002

New Contributors

Full Changelog: v5.0.0-alpha.10...v5.0.0-alpha.11

v5.0.0-alpha.10

23 Jan 01:59

Choose a tag to compare

v5.0.0-alpha.10 Pre-release
Pre-release

What's Changed

🐛 Bug Fixes

  • fix(client): Sockethub Client JS now exports in IIFE format for inclusion in the browser (Global var wasn't being exposed) by @silverbucket in #997

🔨 Build & CI

Full Changelog: v5.0.0-alpha.9...v5.0.0-alpha.10

v5.0.0-alpha.9

22 Jan 20:53
b89aac0

Choose a tag to compare

v5.0.0-alpha.9 Pre-release
Pre-release

What's Changed

🔨 Build & CI

Full Changelog: v5.0.0-alpha.8...v5.0.0-alpha.9

v5.0.0-alpha.8

22 Jan 19:34
8ce2bb7

Choose a tag to compare

v5.0.0-alpha.8 Pre-release
Pre-release

What's Changed

🔨 Build & CI

Full Changelog: v5.0.0-alpha.7...v5.0.0-alpha.8

v5.0.0-alpha.7

21 Jan 17:01

Choose a tag to compare

v5.0.0-alpha.7 Pre-release
Pre-release

What's Changed

🔨 Build & CI

  • build: Provide TypeScript and JavaScript npm entry points for Bun or Node environments by @silverbucket in #986

🧹 Maintenance

Full Changelog: v5.0.0-alpha.6...v5.0.0-alpha.7

v5.0.0-alpha.6

19 Jan 22:52

Choose a tag to compare

v5.0.0-alpha.6 Pre-release
Pre-release

What's Changed

💥 Breaking Changes

🚀 Features

🐞 Bug Fixes

  • fix(platform-feeds): Fix Feeds results, with integration tests by @silverbucket in #771
  • fix(server): Ensure bootstrap initialization is only run once by @silverbucket in #837
  • fix(server): Child process terminate on disconnect by @silverbucket in #925
  • fix(server): Make examples package optional dependency, and add publishConfig by @silverbucket in #977

📚 Documentation

🔨 Build & CI

🧹 Maintenance

Full Changelog: v5.0.0-alpha.4...v5.0.0-alpha.5

v5.0.0-alpha.4

09 Jan 17:21

Choose a tag to compare

v5.0.0-alpha.4 Pre-release
Pre-release

What’s Changed

4.1.0

02 Sep 22:07

Choose a tag to compare

What’s Changed

Core

Feeds

IRC

XMPP

General Improvements

4.0.1

22 May 23:17

Choose a tag to compare

What’s Changed

  • Update dependencies
  • Fix serving of examples page index
  • Fix sockethub executable exception being thrown

4.0.0

20 May 16:41

Choose a tag to compare

What’s Changed

Core

XMPP

Schemas

General