Post ATUXTw3AQ6sKQ0oCRM by teixi@mastodon.social
(DIR) More posts by teixi@mastodon.social
(DIR) Post #ATUVQ8JUgRdJNzVLlI by mjg59@nondeterministic.computer
2023-03-11T01:45:52Z
0 likes, 0 repeats
Dealing with one of those things where you upgraded a dependency and all the end-to-end tests work fine, but it turns out it changed behaviour in client code that's compensated for by a change in server code, and that doesn't work if you don't update the deployed server at the same time you deploy new clients
(DIR) Post #ATUVrew7V4CoNohHou by kevinbowrin@ottawa.place
2023-03-11T01:50:54Z
0 likes, 0 repeats
@mjg59 😬
(DIR) Post #ATUXTw3AQ6sKQ0oCRM by teixi@mastodon.social
2023-03-11T02:08:55Z
0 likes, 0 repeats
@mjg59 Backwards compatibility, still hard..One realize why most APIs overcome it with a V2 split..