Skip to content

Commit 376f3ef

Browse files
chore(main): release 1.0.0
1 parent 66d6f28 commit 376f3ef

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-01-27)
4+
5+
6+
### Features
7+
8+
* add API key authentication middleware ([08693ea](https://github.com/aibtcdev/worker-logs/commit/08693ea65c5a1d444938ceb7f91b01f100230acf))
9+
* add auth to public endpoints and document Cloudflare Access ([3ee8154](https://github.com/aibtcdev/worker-logs/commit/3ee8154c8e9f74fdfef7e96b8c0070c4254e65bb))
10+
* add RPC entrypoint for service bindings ([51d702d](https://github.com/aibtcdev/worker-logs/commit/51d702d661b639a0992aa976cfcf171970686947))
11+
* add web dashboard for browsing logs ([8efb678](https://github.com/aibtcdev/worker-logs/commit/8efb67872a7043e3a112f0385285d42e18da6be7))
12+
* add wrangler env wrapper for API token auth ([7d024b2](https://github.com/aibtcdev/worker-logs/commit/7d024b26ee654edf8cc483ef5d560a9a4bd0e6ec))
13+
* allow admin key to delete apps ([#2](https://github.com/aibtcdev/worker-logs/issues/2)) ([cc4e059](https://github.com/aibtcdev/worker-logs/commit/cc4e059083bcc848ff15ee1e1738539c0d23fd56))
14+
* **dashboard:** apply AIBTC brand guidelines ([#9](https://github.com/aibtcdev/worker-logs/issues/9)) ([66d6f28](https://github.com/aibtcdev/worker-logs/commit/66d6f280a781ba25347c2b10925b3835c0f21ac6))
15+
* initial project scaffold ([006d303](https://github.com/aibtcdev/worker-logs/commit/006d303f9b0c347f5773fbed6caf7a47d7d47765))
16+
* **phase2:** add core types and result utilities ([50ad925](https://github.com/aibtcdev/worker-logs/commit/50ad925c95cbc63ae7af0edb1d32c91383ea7bd3))
17+
* **phase3:** implement Durable Object with full functionality ([70b65b2](https://github.com/aibtcdev/worker-logs/commit/70b65b2f922db2d3fd44904f123584d504eec00d))
18+
* **phase4:** implement full API layer with registry and stats services ([056eea4](https://github.com/aibtcdev/worker-logs/commit/056eea480e091a7cc82d98b94a5e1d5585121cf9))
19+
* production readiness fixes ([9917396](https://github.com/aibtcdev/worker-logs/commit/9917396b6abfa88ec00850383c3a135cbbcd5e93))
20+
21+
22+
### Bug Fixes
23+
24+
* cleanup wrangler.jsonc, add dev and preview ([3d2c181](https://github.com/aibtcdev/worker-logs/commit/3d2c1817070023f46307e2ef9d649c8d3cec02d7))
25+
* require API key auth for management endpoints ([ba796c2](https://github.com/aibtcdev/worker-logs/commit/ba796c2cc1baf74cca930c8a1c05cc145323ee2e))
26+
* use correct KV namespace IDs for aibtcdev account ([#3](https://github.com/aibtcdev/worker-logs/issues/3)) ([9782556](https://github.com/aibtcdev/worker-logs/commit/978255672b8f18bc76e41519f44b841cd2312e9b))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worker-logs",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)