Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow local KV Stores to be defined using local_server.kv_stores #245

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

JakeChampion
Copy link
Contributor

@JakeChampion JakeChampion commented Apr 5, 2023

This updates the fastly.toml parser to make local.server.kv_stores be equivalent to local_server.object_stores.
This is intending to be a backwards compatible change 👍

KV Store is the new name for Object Store, which is why this is doing an alias between kv_stores and object_stores.

Future patches will rename the internal implementation and hostcalls from Object Store to KV Store, I've refrained from doing those changes in this pull-request as those would require adding to the witx definitions and I'm not sure what direction we will be taking for that part of the work.

KV Store is the new name for Object Store, which is why this is doing an alias between kv_stores and object_stores

Future patches will rename the internal implementation and hostcalls from Object Store to KV Store
@JakeChampion JakeChampion force-pushed the jake/rename-object-store-to-kv-store branch from 5b9ddb6 to 1e7432f Compare April 5, 2023 12:38
Copy link
Member

@joeshaw joeshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@dennismartensson dennismartensson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this work @JakeChampion

@JakeChampion JakeChampion merged commit f47ef9b into main Apr 11, 2023
@JakeChampion JakeChampion deleted the jake/rename-object-store-to-kv-store branch April 11, 2023 10:57
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.

3 participants