Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels committed May 27, 2022
1 parent edc335b commit ecada09
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ When migrating support for RFC 6492, 8181 and 8183 into the base library
`rpki-rs` (issue #765) we renamed some fields which are also used in the
JSON structures of the Krill API:

+-----------+----------+-----------------------------------------------+
| pre-0.10.0| 0.10.0 | reason | |
+===========+==========+===============================================+
| v4 | ipv4 | More decscriptive |
+-----------+----------+-----------------------------------------------+
| v6 | ipv6 | More decscriptive |
+-----------+----------+-----------------------------------------------+
| base_uri | sia_base | Term used in :rfc:`8183` |
+-----------+----------+-----------------------------------------------+
| rpki_notify | rrdp_notification_uri | Term used in :rfc:`8183` |
+-----------+----------+-----------------------------------------------+
+-------------+-----------------------+------------------------------+
| pre-0.10.0 | 0.10.0 | reason | |
+=============+=======================+==============================+
| v4 | ipv4 | More decscriptive |
+-------------+-----------------------+------------------------------+
| v6 | ipv6 | More decscriptive |
+-------------+-----------------------+------------------------------+
| base_uri | sia_base | Term used in :rfc:`8183` |
+-------------+-----------------------+------------ -----------------+
| rpki_notify | rrdp_notification_uri | Term used in :rfc:`8183` |
+-------------+-----------------------+------------------------------+

We still accept the old names as aliases on input, but if you are parsing
JSON responses yourself then you will need to update your code to accept
Expand Down

0 comments on commit ecada09

Please sign in to comment.