You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fastly::dictionary is marked as deprecated with the note "renamed to config_store". This is kinda confusing to me. As far as i can tell, dictionaries and config stores are two completely different things. And you don't say anything about dictionaries being deprecated in your docs.
I'm building a service right now that requires dictionaries for some things that need to be configured on a per-service basis. Is it okay to use fastly::dictionary still? Or am i required to create a separate config store for every service?
The text was updated successfully, but these errors were encountered:
fastly::dictionary
is marked as deprecated with the note "renamed toconfig_store
". This is kinda confusing to me. As far as i can tell, dictionaries and config stores are two completely different things. And you don't say anything about dictionaries being deprecated in your docs.I'm building a service right now that requires dictionaries for some things that need to be configured on a per-service basis. Is it okay to use
fastly::dictionary
still? Or am i required to create a separate config store for every service?The text was updated successfully, but these errors were encountered: