diff --git a/README.md b/README.md index 978ea758949e..20e035cfe057 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Features Copyright and license ===================== -Copyright: (c) 2016-2017 Kong, Inc. +Copyright: (c) 2016-2018 Kong, Inc. Author: Thijs Schreijer @@ -35,7 +35,9 @@ use the `rbusted` script. History ======= -### 0.7.x (xx-xxx-201x) Fixes +Versioning is strictly based on [Semantic Versioning](https://semver.org/) + +### 1.0.0 (14-Dec-2017) Fixes and IPv6 - Change: BREAKING all IPv6 addresses are now returned with square brackets - Fix: properly recognize IPv6 addresses in square brackets diff --git a/docs/index.html b/docs/index.html index b7402dc8d922..8e8bffd93c0f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -74,7 +74,7 @@

Topics

generated by LDoc 1.4.6 -Last updated 2017-11-27 23:14:29 +Last updated 2017-12-14 17:33:29
diff --git a/docs/modules/resty.dns.balancer.html b/docs/modules/resty.dns.balancer.html index bb79ecb42dd0..3f26d853c5a5 100644 --- a/docs/modules/resty.dns.balancer.html +++ b/docs/modules/resty.dns.balancer.html @@ -78,11 +78,11 @@

Module resty.dns.balancer

it will get slots reassigned to it.

Housekeeping; the ring-balancer does some house keeping and may insert - some extra fields in dns records. Those fields will, similar to the toip - function, have an __ prefix (double underscores).

+ some extra fields in dns records. Those fields will have an __ prefix + (double underscores).

Info:

@@ -457,7 +457,7 @@

Returns:

generated by LDoc 1.4.6 -Last updated 2017-11-27 23:14:29 +Last updated 2017-12-14 17:33:29
diff --git a/docs/modules/resty.dns.client.html b/docs/modules/resty.dns.client.html index 10082e52fe5c..1b2646c3c5ff 100644 --- a/docs/modules/resty.dns.client.html +++ b/docs/modules/resty.dns.client.html @@ -335,7 +335,7 @@

Parameters:

Returns:

    - ip address + port + r + try_list, or in case of an error nil + error + r + try_list + ip address + port + try_list, or in case of an error nil + error + try_list
@@ -425,7 +425,7 @@

Returns:

generated by LDoc 1.4.6 -Last updated 2017-11-27 23:14:29 +Last updated 2017-12-14 17:33:29
diff --git a/docs/modules/resty.dns.utils.html b/docs/modules/resty.dns.utils.html index 6a56ff680879..30711a944d79 100644 --- a/docs/modules/resty.dns.utils.html +++ b/docs/modules/resty.dns.utils.html @@ -64,7 +64,7 @@

Module resty.dns.utils

NOTE: parsing the files is done using blocking i/o file operations.

Info:

@@ -453,7 +453,8 @@

Usage:

parses a hostname with an optional port. - Does not validate the name/ip. + Does not validate the name/ip. IPv6 addresses are always returned in + square brackets, even if the input wasn't.

Parameters:

@@ -480,7 +481,7 @@

Returns:

generated by LDoc 1.4.6 -Last updated 2017-11-27 23:14:29 +Last updated 2017-12-14 17:33:29
diff --git a/docs/topics/readme.md.html b/docs/topics/readme.md.html index 59273eb21134..54e7db0da8db 100644 --- a/docs/topics/readme.md.html +++ b/docs/topics/readme.md.html @@ -69,7 +69,7 @@

Features

Copyright and license

-

Copyright: (c) 2016-2017 Kong, Inc.

+

Copyright: (c) 2016-2018 Kong, Inc.

Author: Thijs Schreijer

@@ -82,6 +82,15 @@

Testing

History

+

Versioning is strictly based on Semantic Versioning

+ +

1.0.0 (14-Dec-2017) Fixes and IPv6

+ + +

0.6.3 (27-Nov-2017) Fixes and flagging unhealthy peers