diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-12-26 21:10:58 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-12-26 21:10:58 +0700 |
| commit | 335a37b61faa281ab46474d57722a6bdacd9e8af (patch) | |
| tree | 1cd9a85fa3f9b0d7eb73502dd703fe1cc83bd9a5 | |
| parent | 3762921fbd28e9e11117a54c5a2aa1fe24d0f2b5 (diff) | |
| download | pakakeh.go-0.11.0.tar.xz | |
share v0.11.0v0.11.0
=== Breaking changes
* dns: merge Start and Wait into ListenAndServe
=== New features
* memfs: implement http.FileSystem on MemFS
* memfs: implement http.File on Node
* memfs: implement os.FileInfo on Node
* memfs: implement io.Closer, io.Reader, and io.Seeker on Node
=== Enhancements
* dns: allocate raw packet on receive
* dns: log the number of pruned records
* errors: add field Name and err
=== Bug fixes
* dns: split between read and write timeout for TCPClient
| -rw-r--r-- | CHANGELOG.adoc | 10 | ||||
| -rw-r--r-- | CHANGELOG.html | 43 |
2 files changed, 34 insertions, 19 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 881b513a..cb614b8d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,9 +4,13 @@ This library is released each month, usually at the first week of month. -== share v0.11.0 (2019-12-xx) +== share v0.11.0 (2019-12-26) -=== New Features +=== Breaking changes + +* dns: merge Start and Wait into ListenAndServe + +=== New features * memfs: implement http.FileSystem on MemFS * memfs: implement http.File on Node @@ -19,7 +23,7 @@ This library is released each month, usually at the first week of month. * dns: log the number of pruned records * errors: add field Name and err -=== Bug Fixes +=== Bug fixes * dns: split between read and write timeout for TCPClient diff --git a/CHANGELOG.html b/CHANGELOG.html index f30582ab..50de11eb 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -29,11 +29,12 @@ <div id="toc" class="toc"> <div id="toctitle">Table of Contents</div> <ul class="sectlevel1"> -<li><a href="#_share_v0_11_0_2019_12_xx">share v0.11.0 (2019-12-xx)</a> +<li><a href="#_share_v0_11_0_2019_12_26">share v0.11.0 (2019-12-26)</a> <ul class="sectlevel2"> -<li><a href="#_new_features">New Features</a></li> +<li><a href="#_breaking_changes">Breaking changes</a></li> +<li><a href="#_new_features">New features</a></li> <li><a href="#_enhancements">Enhancements</a></li> -<li><a href="#_bug_fixes">Bug Fixes</a></li> +<li><a href="#_bug_fixes">Bug fixes</a></li> </ul> </li> <li><a href="#_share_v0_10_2_2019_12_07">share v0.10.2 (2019-12-07)</a> @@ -50,7 +51,7 @@ <li><a href="#_share_v0_10_0_2019_11_05">share v0.10.0 (2019-11-05)</a> <ul class="sectlevel2"> <li><a href="#_new_features_2">New Features</a></li> -<li><a href="#_breaking_changes">Breaking Changes</a></li> +<li><a href="#_breaking_changes_2">Breaking Changes</a></li> <li><a href="#_enhancements_3">Enhancements</a></li> <li><a href="#_bug_fixes_4">Bug Fixes</a></li> </ul> @@ -58,7 +59,7 @@ <li><a href="#_share_v0_9_0_2019_10_08">share v0.9.0 (2019-10-08)</a> <ul class="sectlevel2"> <li><a href="#_new_features_3">New Features</a></li> -<li><a href="#_breaking_changes_2">Breaking Changes</a></li> +<li><a href="#_breaking_changes_3">Breaking Changes</a></li> <li><a href="#_bug_fixes_5">Bug Fixes</a></li> <li><a href="#_enhancements_4">Enhancements</a></li> </ul> @@ -75,14 +76,14 @@ </li> <li><a href="#_share_v0_8_0_2019_07_09">share v0.8.0 (2019-07-09)</a> <ul class="sectlevel2"> -<li><a href="#_breaking_changes_3">Breaking changes</a></li> +<li><a href="#_breaking_changes_4">Breaking changes</a></li> <li><a href="#_new_features_4">New Features</a></li> <li><a href="#_enhancements_7">Enhancements</a></li> </ul> </li> <li><a href="#_share_v0_7_0_2019_06_14">share v0.7.0 (2019-06-14)</a> <ul class="sectlevel2"> -<li><a href="#_breaking_changes_4">Breaking Changes</a></li> +<li><a href="#_breaking_changes_5">Breaking Changes</a></li> <li><a href="#_new_features_5">New Features</a></li> <li><a href="#_enhancements_8">Enhancements</a></li> <li><a href="#_bug_fixes_6">Bug Fixes</a></li> @@ -91,7 +92,7 @@ <li><a href="#_share_v0_6_1_2019_05_11">share v0.6.1 (2019-05-11)</a></li> <li><a href="#_share_v0_6_0_2019_05_07">share v0.6.0 (2019-05-07)</a> <ul class="sectlevel2"> -<li><a href="#_breaking_changes_5">Breaking Changes</a></li> +<li><a href="#_breaking_changes_6">Breaking Changes</a></li> <li><a href="#_new_features_6">New Features</a></li> <li><a href="#_bug_fixes_7">Bug Fixes</a></li> <li><a href="#_documentation">Documentation</a></li> @@ -134,10 +135,20 @@ </div> </div> <div class="sect1"> -<h2 id="_share_v0_11_0_2019_12_xx">share v0.11.0 (2019-12-xx)</h2> +<h2 id="_share_v0_11_0_2019_12_26">share v0.11.0 (2019-12-26)</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_new_features">New Features</h3> +<h3 id="_breaking_changes">Breaking changes</h3> +<div class="ulist"> +<ul> +<li> +<p>dns: merge Start and Wait into ListenAndServe</p> +</li> +</ul> +</div> +</div> +<div class="sect2"> +<h3 id="_new_features">New features</h3> <div class="ulist"> <ul> <li> @@ -172,7 +183,7 @@ </div> </div> <div class="sect2"> -<h3 id="_bug_fixes">Bug Fixes</h3> +<h3 id="_bug_fixes">Bug fixes</h3> <div class="ulist"> <ul> <li> @@ -315,7 +326,7 @@ </div> </div> <div class="sect2"> -<h3 id="_breaking_changes">Breaking Changes</h3> +<h3 id="_breaking_changes_2">Breaking Changes</h3> <div class="ulist"> <ul> <li> @@ -423,7 +434,7 @@ http.Request.Form using Get method.</p> </div> </div> <div class="sect2"> -<h3 id="_breaking_changes_2">Breaking Changes</h3> +<h3 id="_breaking_changes_3">Breaking Changes</h3> <div class="ulist"> <ul> <li> @@ -580,7 +591,7 @@ file, we want that file to be excluded from .go static source.</p> <h2 id="_share_v0_8_0_2019_07_09">share v0.8.0 (2019-07-09)</h2> <div class="sectionbody"> <div class="sect2"> -<h3 id="_breaking_changes_3">Breaking changes</h3> +<h3 id="_breaking_changes_4">Breaking changes</h3> <div class="ulist"> <ul> <li> @@ -626,7 +637,7 @@ file, we want that file to be excluded from .go static source.</p> simple API.</p> </div> <div class="sect2"> -<h3 id="_breaking_changes_4">Breaking Changes</h3> +<h3 id="_breaking_changes_5">Breaking Changes</h3> <div class="ulist"> <ul> <li> @@ -764,7 +775,7 @@ Most notable changes are adding caches and query forwarding (recursion), and removing the server handler.</p> </div> <div class="sect2"> -<h3 id="_breaking_changes_5">Breaking Changes</h3> +<h3 id="_breaking_changes_6">Breaking Changes</h3> <div class="ulist"> <ul> <li> |
