Skip to content

Releases: ubiquity-os/ubiquity-os-kernel

v7.0.0

28 Jan 08:29
a0a6f30
Compare
Choose a tag to compare

7.0.0 (2025-01-28)

⚠ BREAKING CHANGES

  • renamed kernel toml
  • payload is fetched from KV

Features

  • actions sdk (c4160c6)
  • add app id and bot user id (d292f5a)
  • add environment variable to configuration (c3dc29d)
  • add signature to action plugins (a682ce0)
  • add tests (2be91f6)
  • added branch deployment (51f1276)
  • added manifest to hello-world-plugin.ts (d93b5c3)
  • added ref on manifest.json retrieval for workers (bd1f58f)
  • added release-please.yml (1ee4961)
  • added tests for ref manifest fetching (49bef29)
  • additional properties and required (639e4e3)
  • development config (94e2685)
  • enabling worker observability (4853aa8)
  • export (f56714b)
  • export additional config constants (a2ca525)
  • export context (1f6c922)
  • fix signature and add plugin github token (6941ff8)
  • hono (a8e29de)
  • hono (fef7870)
  • initial impl (c5b77f3)
  • interactive setup (6916ad3)
  • jest typescript config (132537c)
  • make createPlugin sync function (ff36f56)
  • manifest commands object (67de8cf)
  • manifest is now read and cached from the target repo (9c66d70)
  • manifest is now read and cached from the target repo (76af3a0)
  • merge (6d24748)
  • more context and tests (e90a93d)
  • multiple commands can be handled for skip (7b3e111)
  • payload is fetched from KV (de80953)
  • serve manifest (34adce1)
  • test for skipBotEvents (128e93e)
  • ubiquity logger (4053df7)
  • use empty store (af5da64)

Bug Fixes

Read more

v6.0.0

22 Jan 04:28
29e6e7a
Compare
Choose a tag to compare

6.0.0 (2025-01-22)

⚠ BREAKING CHANGES

  • renamed kernel toml
  • payload is fetched from KV

Features

  • actions sdk (c4160c6)
  • add app id and bot user id (d292f5a)
  • add environment variable to configuration (c3dc29d)
  • add signature to action plugins (a682ce0)
  • add tests (2be91f6)
  • added branch deployment (51f1276)
  • added manifest to hello-world-plugin.ts (d93b5c3)
  • added ref on manifest.json retrieval for workers (bd1f58f)
  • added release-please.yml (1ee4961)
  • added tests for ref manifest fetching (49bef29)
  • additional properties and required (639e4e3)
  • development config (94e2685)
  • enabling worker observability (4853aa8)
  • export (f56714b)
  • export additional config constants (a2ca525)
  • export context (1f6c922)
  • fix signature and add plugin github token (6941ff8)
  • hono (a8e29de)
  • hono (fef7870)
  • initial impl (c5b77f3)
  • interactive setup (6916ad3)
  • jest typescript config (132537c)
  • make createPlugin sync function (ff36f56)
  • manifest commands object (67de8cf)
  • manifest is now read and cached from the target repo (9c66d70)
  • manifest is now read and cached from the target repo (76af3a0)
  • merge (6d24748)
  • more context and tests (e90a93d)
  • multiple commands can be handled for skip (7b3e111)
  • payload is fetched from KV (de80953)
  • serve manifest (34adce1)
  • test for skipBotEvents (128e93e)
  • ubiquity logger (4053df7)
  • use empty store (af5da64)

Bug Fixes

Read more

v5.0.0

06 Jan 07:23
7698125
Compare
Choose a tag to compare

5.0.0 (2024-12-29)

⚠ BREAKING CHANGES

  • renamed kernel toml
  • payload is fetched from KV
  • renamed PRIVATE_KEY to APP_PRIVATE_KEY, WEBHOOK_SECRET optional and removed WEBHOOK_PROXY_URL
  • bumped eslint to v9
  • removed GitHub type from the configuration as it is deduced using the plugin element string

Features

Bug Fixes

Read more

v4.0.0

21 Dec 11:23
25e9179
Compare
Choose a tag to compare

4.0.0 (2024-12-21)

⚠ BREAKING CHANGES

  • renamed kernel toml
  • payload is fetched from KV
  • renamed PRIVATE_KEY to APP_PRIVATE_KEY, WEBHOOK_SECRET optional and removed WEBHOOK_PROXY_URL
  • bumped eslint to v9
  • removed GitHub type from the configuration as it is deduced using the plugin element string

Features

Bug Fixes

Read more

v2.6.0

30 Nov 03:14
6ac8684
Compare
Choose a tag to compare

2.6.0 (2024-11-30)

Features

  • manifest commands object (67de8cf)

Bug Fixes

  • simplify array check (0421c30)
  • tests (1fd1fbc)
  • workflow: update worker-deploy and setup-kv scripts (1c293d8)

v2.5.6

14 Nov 12:12
f6ad494
Compare
Choose a tag to compare

2.5.6 (2024-11-14)

Bug Fixes

  • correct manifest decoding logic (f76696b)

v2.5.5

14 Nov 09:19
f578f1c
Compare
Choose a tag to compare

2.5.5 (2024-11-14)

Bug Fixes

  • call plugins synchronously (8f386a0)

v2.5.4

13 Nov 07:35
c1f7615
Compare
Choose a tag to compare

2.5.4 (2024-11-13)

Bug Fixes

  • bumped plugin-sdk (a65c27a)
  • bumped wrangler version (9f647ab)
  • remove SDK files and update dependencies (d47c5f2)
  • update dependencies in package.json (f09bf82)
  • update sdk (80e6bbc)

v2.5.3

06 Nov 05:13
56d4935
Compare
Choose a tag to compare

2.5.3 (2024-11-06)

Bug Fixes

  • resolve input decoding issue in server.ts (fe99961)

v2.5.2

04 Nov 11:17
0d4a316
Compare
Choose a tag to compare

2.5.2 (2024-11-04)

Bug Fixes

  • skip posting help comment when no commands found (a71eb67)
  • update public key to match new private key (6986998)