On 17 October 2014 05:47, Rui Yang <ryang....@gmail.com> wrote:

> I am new to clojure.
>
> My question how to handle version if we expose data directly as api, any
> schema change will break the api which may impact third party users.
>

Just treat breaking schema changes in the same way you'd treat breaking API
changes.

If you're using semantic versioning, for instance, a breaking change to the
schema would warrant an update from version 1.0 to version 2.0.

- James

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to