Fork me on GitHub
#sql
<
2017-06-09
>
dotemacs21:06:55

Just ran lein ancient on my project and this particular line caught my eye: [org.postgresql/postgresql "42.1.1"] is available but we use "9.4.1209" Looking at https://mvnrepository.com/artifact/org.postgresql/postgresql I can see that the 42.x releases started in February. But what prompted this numbering scheme to go from 9.x.y to 42.x.y ? Thanks

donaldball21:06:18

We looked at that earlier in the week, actually. The changelog just noted something about breaking away from the server versions, which makes some amount of sense for a client lib that supports a range of server versions.

dotemacs22:06:20

@donaldball so did you upgrade from 9.x.y to 42.x.y ? Any issues? Something to be aware of ? Thanks