Skip to content

feat: remove environment partitioning from link storage - #9

Merged
yinebebt merged 1 commit into
mainfrom
feat/remove-environment
Apr 7, 2026
Merged

feat: remove environment partitioning from link storage#9
yinebebt merged 1 commit into
mainfrom
feat/remove-environment

Conversation

@yinebebt

@yinebebt yinebebt commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Remove the environment system (DefaultEnvironment, X-Environment header, ?environment= query param) from the library. Links are no longer partitioned by environment - if separation is needed, run separate instances.

BREAKING CHANGE: Store.List signature changed from List(ctx, linkType, environment, cursor, count) to List(ctx, linkType, cursor, count). Config.DefaultEnvironment and Link.Environment fields removed.

Closes #7

Remove the environment system (DefaultEnvironment, X-Environment header,
?environment= query param) from the library. Links are no longer
partitioned by environment - if separation is needed, run separate
instances.

BREAKING CHANGE: Store.List signature changed from
List(ctx, linkType, environment, cursor, count) to
List(ctx, linkType, cursor, count). Config.DefaultEnvironment and
Link.Environment fields removed.

Closes #7
@yinebebt
yinebebt merged commit 9c34df3 into main Apr 7, 2026
3 checks passed
@yinebebt
yinebebt deleted the feat/remove-environment branch April 7, 2026 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove environment partitioning from link storage

1 participant