Skip to content

Commit 8dd18f5

Browse files
committed
Merge branch 'main' into feature/error-propagation
2 parents 97fef55 + 2eebcfe commit 8dd18f5

File tree

3 files changed

+7
-80
lines changed

3 files changed

+7
-80
lines changed

.cursor/rules/typescript-coding-guidelines.mdc

Lines changed: 0 additions & 79 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
### Added
3232
- Added basic unit tests
33+
- Added publisher config
34+
- Add AI assist rules. Based on https://github.com/hashintel/hash
3335

3436
### Changed
3537
- Upgrade to rust 1.87.0
3638
- Upgrade to fastly-cli 11.3.0
3739
- Changed to use constants for headers
3840
- Changed to use log statements
3941
- Updated fastly.toml for local development
42+
- Changed to propagate server errors as HTTP errors
43+
44+
### Fixed
45+
- Rebuild when `TRUSTED_SERVER__*` env variables change
4046

4147
## [1.0.6] - 2025-05-29
4248

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cargo check
6464
### Configuration Files
6565
- `fastly.toml`: Fastly service configuration and build settings
6666
- `trusted-server.toml`: Application settings (ad servers, KV stores, ID templates)
67-
- `rust-toolchain.toml`: Pins Rust version to 1.83.0
67+
- `rust-toolchain.toml`: Pins Rust version to 1.87.0
6868

6969
### Key Functionality Areas
7070
1. **Synthetic ID Generation**: Privacy-preserving user identification using HMAC

0 commit comments

Comments
 (0)