Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
webapp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
webapp
Merge requests
!59
doc: list deprecations and compatibility issues for 0.10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
doc: list deprecations and compatibility issues for 0.10
deprecate/old-key-api
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
azul
requested to merge
deprecate/old-key-api
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bb2d7316
1 commit,
7 years ago
1 file
+
23
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGES.md
+
23
−
1
Options
Version 0.10.0 - new keys API (unreleased)
-------------------------------------------
Allow dealing with different keytypes for katzenpost:
*
new keys API that uses revisions to detect conflicts
*
new view for getting all keys for a given address
Bugfixes:
*
update
`srp_js`
to version 0.5.0
Deprecations:
*
The old way of updating OpenPGP keys through the /1/users API
is deprecated now. Please use /2/keys instead.
Compatibility:
*
In order to retrieve the OpenPGP keys uploaded through the new
key API nickserver >= 0.10.1 must be used.
Version 0.9.3 - bugfixes
Version 0.9.3 - bugfixes
------------------------
------------------------
@@ -20,7 +42,7 @@ Features:
@@ -20,7 +42,7 @@ Features:
Bugfix release for 0.9:
Bugfix release for 0.9:
*
pin to the newest psych gem
*
pin to the newest psych gem
*
remove better_errors gem
*
remove
`
better_errors
`
gem
*
fix login error message with non en locales
*
fix login error message with non en locales
version 0.9.1 - bugfixes
version 0.9.1 - bugfixes
Loading