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

Add a "latest" pointer on the CDN to avoid having to update versions manually #690

Closed
adepue opened this issue Aug 17, 2016 · 3 comments
Closed

Comments

@adepue
Copy link

adepue commented Aug 17, 2016

Not sure if this is a good or bad idea, but I was thinking it might be useful to just point to a latest version of raven.js instead of having to manually bump versions each time a new version is released?

If this is already available, just ignore me.

@benvinegar
Copy link
Contributor

So, one reason we've avoided this is because we follow semver, and we've introduced "breaking" API behavior in Raven.js in the past (although very rarely, and typically very conservatively).

It would be nice to allow people to say, /latest/3.x/, /latest/2.x/ or something.

@adepue
Copy link
Author

adepue commented Aug 18, 2016

Yeah the latest/major version seems nice. Basically take the bug fixes as them come, but breaking changes we have to opt into.

@kamilogorek
Copy link
Contributor

Duplicate of #911

@kamilogorek kamilogorek marked this as a duplicate of #911 Sep 28, 2017
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

No branches or pull requests

3 participants