1.4.0 CDN Changes and Semantic Versioning Guidance #238
jameslittle230
announced in
Announcements
Replies: 1 comment 3 replies
-
hey, version 1.4.0 appears to not be available on crates.io, is this intentional? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Previously, I stopped publishing command line binaries to the Stork CDN (
files.stork-search.net
) because it was causing too many backwards compatibility issues. This announcement is a follow-up to that post.Starting in 1.4.0, I will no longer be publishing any new files to the root of the CDN, so as to not unintentionally break integrations. This means that, to upgrade from Stork 1.3.0 to Stork 1.4.0, you will need to update the script tag URLs and the CSS URLs as well as the binary download:
Each published version of
stork.js
will point to a pinned version ofstork.wasm
.When 1.4.0 is published, the files on the CDN will be organized in the following way:
I also want to document which aspects of the project adhere to the semantic versioning rules, and which do not. I will maintain semantic versioning adherence in the following areas:
.register()
, .initialize(), .search()
and others) will still work with any later versions ofstork.js
, up to the next major versionstork.js
/stork.wasm
, up to the next major versionSimilarly, I cannot guarantee semantic versioning adherence in the following areas (although if Stork is causing major issues with these, please reach out):
stork-search
library published to crates.ioPlease let me know if you have any suggestions or questions!
Beta Was this translation helpful? Give feedback.
All reactions