Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Add federation /version API #990

Merged
merged 2 commits into from Aug 5, 2016

Conversation

Projects
None yet
2 participants
Owner

erikjohnston commented Aug 5, 2016

Example response:

{
   "server": {
      "name": "Synapse",
      "version": "0.17.0-rc1"
   },
}

I'm not sure about the key names, but I want to differentiate between what version the software is on and what version of the protocol the servers supports.

erikjohnston added some commits Aug 5, 2016

Contributor

NegativeMjark commented Aug 5, 2016

LGTM

@erikjohnston erikjohnston merged commit 6bf6bc1 into develop Aug 5, 2016

10 checks passed

Flake8 + Packaging (Commit) Build #1382 origin/erikj/fed_vers succeeded in 38 sec
Details
Flake8 + Packaging (Merged PR) Build finished.
Details
Sytest Dendron (Commit) Build #479 origin/erikj/fed_vers succeeded in 9 min 6 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #1313 origin/erikj/fed_vers succeeded in 5 min 53 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #1347 origin/erikj/fed_vers succeeded in 5 min 25 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details
Unit Tests (Commit) Build #1418 origin/erikj/fed_vers succeeded in 2 min 35 sec
Details
Unit Tests (Merged PR) Build finished.
Details

@richvdh richvdh deleted the erikj/fed_vers branch Dec 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment