Should database schema changes increment the major version in Semantic Versioning? -


semantic versioning 2.0.0 says:

for system work, first need declare public api

my web application not expose public api, uses database. can database schema considered public api , should change in database schema increment major version?

according this answer yes. database schema can considered public api.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -