Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/developers/api_abi_stability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# API and ABI Stability

The iRODS Consortium strives to maintain API stability and not break backward compatibility within a major version. This statement applies to stable public APIs only. Experimental features and projects which have not reached 1.0 status may experience breaking changes. Consumers of these features and projects must keep that in mind as they consider deploying them into production.

The iRODS Consortium DOES NOT make any guarantees around ABI stability. This applies to iRODS libraries written in C, C++, and other languages which compile to machine code.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ nav:
- Doxygen: 'doxygen/index.html'
- Contributing: 'developers/contributing.md'
- Development Tools: 'developers/development_tools.md'
- API and ABI Stability: 'developers/api_abi_stability.md'
- Library Examples: 'developers/library_examples.md'
- Logging: 'developers/logging.md'
- Deprecation: 'developers/deprecation.md'
Expand Down