Skip to content

Commit

Permalink
prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Dec 14, 2017
1 parent 6cf89e5 commit b6a4be1
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 19 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Features
Copyright and license
=====================

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

Author: Thijs Schreijer

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Topics</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-11-27 23:14:29 </i>
<i style="float:right;">Last updated 2017-12-14 17:33:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/resty.dns.balancer.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ <h1>Module <code>resty.dns.balancer</code></h1>
it will get slots reassigned to it.</p>

<p> <strong>Housekeeping</strong>; the ring-balancer does some house keeping and may insert
some extra fields in dns records. Those fields will, similar to the <code>toip</code>
function, have an <code>__</code> prefix (double underscores).</p>
some extra fields in dns records. Those fields will have an <code>__</code> prefix
(double underscores).</p>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: 2016-2017 Kong Inc. All rights reserved.</li>
<li><strong>Copyright</strong>: 2016-2018 Kong Inc. All rights reserved.</li>
<li><strong>License</strong>: Apache 2.0</li>
<li><strong>Author</strong>: Thijs Schreijer</li>
</ul>
Expand Down Expand Up @@ -457,7 +457,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-11-27 23:14:29 </i>
<i style="float:right;">Last updated 2017-12-14 17:33:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/resty.dns.client.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<code>ip address + port + r + try_list</code>, or in case of an error <code>nil + error + r + try_list</code>
<code>ip address + port + try_list</code>, or in case of an error <code>nil + error + try_list</code>
</ol>


Expand Down Expand Up @@ -425,7 +425,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-11-27 23:14:29 </i>
<i style="float:right;">Last updated 2017-12-14 17:33:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
7 changes: 4 additions & 3 deletions docs/modules/resty.dns.utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>Module <code>resty.dns.utils</code></h1>
<p> <em>NOTE</em>: parsing the files is done using blocking i/o file operations.</p>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: 2016-2017 Kong Inc.</li>
<li><strong>Copyright</strong>: 2016-2018 Kong Inc.</li>
<li><strong>License</strong>: Apache 2.0</li>
<li><strong>Author</strong>: Thijs Schreijer</li>
</ul>
Expand Down Expand Up @@ -453,7 +453,8 @@ <h3>Usage:</h3>
</dt>
<dd>
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.


<h3>Parameters:</h3>
Expand All @@ -480,7 +481,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-11-27 23:14:29 </i>
<i style="float:right;">Last updated 2017-12-14 17:33:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
13 changes: 11 additions & 2 deletions docs/topics/readme.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>Features</h1>

<h1>Copyright and license</h1>

<p>Copyright: (c) 2016-2017 Kong, Inc.</p>
<p>Copyright: (c) 2016-2018 Kong, Inc.</p>

<p>Author: Thijs Schreijer</p>

Expand All @@ -82,6 +82,15 @@ <h1>Testing</h1>

<h1>History</h1>

<p>Versioning is strictly based on <a href="https://semver.org/">Semantic Versioning</a></p>

<h3>1.0.0 (14-Dec-2017) Fixes and IPv6</h3>

<ul>
<li>Change: BREAKING all IPv6 addresses are now returned with square brackets</li>
<li>Fix: properly recognize IPv6 addresses in square brackets</li>
</ul>

<h3>0.6.3 (27-Nov-2017) Fixes and flagging unhealthy peers</h3>

<ul>
Expand Down Expand Up @@ -215,7 +224,7 @@ <h3>0.1 (09-Sep-2016) Initial released version</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-11-27 23:14:29 </i>
<i style="float:right;">Last updated 2017-12-14 17:33:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-dns-client"
version = "0.6.3-1"
version = "1.0.0-1"
source = {
url = "https://github.com/Kong/lua-resty-dns-client/archive/0.6.3.tar.gz",
dir = "lua-resty-dns-client-0.6.3"
url = "https://github.com/Kong/lua-resty-dns-client/archive/1.0.0.tar.gz",
dir = "lua-resty-dns-client-1.0.0"
}
description = {
summary = "DNS library",
Expand Down
2 changes: 1 addition & 1 deletion src/resty/dns/balancer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-- (double underscores).
--
-- @author Thijs Schreijer
-- @copyright 2016-2017 Kong Inc. All rights reserved.
-- @copyright 2016-2018 Kong Inc. All rights reserved.
-- @license Apache 2.0


Expand Down
2 changes: 1 addition & 1 deletion src/resty/dns/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--
-- _NOTE_: parsing the files is done using blocking i/o file operations.
--
-- @copyright 2016-2017 Kong Inc.
-- @copyright 2016-2018 Kong Inc.
-- @author Thijs Schreijer
-- @license Apache 2.0

Expand Down

0 comments on commit b6a4be1

Please sign in to comment.