tag:github.com,2008:https://github.com/Isan-Rivkin/route53-cli/releases Release notes from route53-cli 2022-04-20T04:35:24Z tag:github.com,2008:Repository/313909924/v0.4.3 2022-04-20T04:37:39Z v0.4.3 <h2>Changelog</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Isan-Rivkin/route53-cli/commit/fa9f2d622888ecab8aa5773ead626bb675a10840/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/commit/fa9f2d622888ecab8aa5773ead626bb675a10840"><tt>fa9f2d6</tt></a> version bump</li> </ul> github-actions[bot] tag:github.com,2008:Repository/313909924/v0.4.2 2022-04-14T18:21:22Z v0.4.2 <p>This release is a big step towards making the tool more usable.</p> <p><strong>Features:</strong></p> <ul> <li><strong>Output as JSON</strong> additionally on top of table, json output with <code>--output-json</code> flag.</li> <li><strong>Save output to file</strong> save the result to a file in a json format <code>--output-file &lt;path&gt;</code> flag.</li> <li><strong>Expose SDK</strong> The logic moved into <code>sdk</code> package and now can be imported by any other <code>go</code> project and used programmatically!</li> <li><code>go.mod</code> renamed from <code>r53</code> to <code>github.com/isan-rivkin/route53-cli</code>.</li> </ul> Isan-Rivkin tag:github.com,2008:Repository/313909924/v0.4.1 2022-04-14T17:51:00Z Expose SDK, Output JSON <p>This release is a big step towards making the tool more usable.</p> <p><strong>Features:</strong></p> <ul> <li><strong>Output as JSON</strong> additionally on top of table, json output with <code>--output-json</code> flag.</li> <li><strong>Save output to file</strong> save the result to a file in a json format <code>--output-file &lt;path&gt;</code> flag.</li> <li><strong>Expose SDK</strong> The logic moved into <code>sdk</code> package and now can be imported by any other <code>go</code> project and used programmatically!</li> <li><code>go.mod</code> renamed from <code>r53</code> to <code>github.com/isan-rivkin/route53-cli</code>.</li> </ul> Isan-Rivkin tag:github.com,2008:Repository/313909924/v0.3.2 2022-02-21T06:05:16Z v0.3.2 <h2>What's Changed</h2> <ul> <li>Print Route 53 Hosted zone Web URL by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Isan-Rivkin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Isan-Rivkin">@Isan-Rivkin</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1145356942" data-permission-text="Title is private" data-url="https://github.com/Isan-Rivkin/route53-cli/issues/9" data-hovercard-type="pull_request" data-hovercard-url="/Isan-Rivkin/route53-cli/pull/9/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/pull/9">#9</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Isan-Rivkin/route53-cli/compare/v0.3.1...v0.3.2"><tt>v0.3.1...v0.3.2</tt></a></p> Isan-Rivkin tag:github.com,2008:Repository/313909924/v0.3.1 2021-12-09T06:43:39Z Minor Update: Default Recuse and more Tests <h2>Changelog</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Isan-Rivkin/route53-cli/commit/b4d3c44966aa1364f664b9307038732b53803d0d/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/commit/b4d3c44966aa1364f664b9307038732b53803d0d"><tt>b4d3c44</tt></a> Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1075204363" data-permission-text="Title is private" data-url="https://github.com/Isan-Rivkin/route53-cli/issues/8" data-hovercard-type="pull_request" data-hovercard-url="/Isan-Rivkin/route53-cli/pull/8/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/pull/8">#8</a> from Isan-Rivkin/default_recurse</li> </ul> <h2>What's Changed</h2> <ul> <li>New default for recursive searching, instead of <code>1</code> it's now limited to <code>3</code>. To change use <code>-d</code> or <code>--max-depth</code>.</li> <li>Added new tests to URL logic.</li> <li>Improved documentation.</li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lavie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lavie">@lavie</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="946945558" data-permission-text="Title is private" data-url="https://github.com/Isan-Rivkin/route53-cli/issues/4" data-hovercard-type="pull_request" data-hovercard-url="/Isan-Rivkin/route53-cli/pull/4/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/pull/4">#4</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Isan-Rivkin/route53-cli/compare/v0.3.0...v0.3.1"><tt>v0.3.0...v0.3.1</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/313909924/v0.3.0 2021-07-17T12:57:24Z v0.3.0 <h2>Changelog</h2> <ul> <li>Use <code>-R</code> flag to search recursively Route 53.</li> <li>Use different AWS profiles when running via <code>--profile</code> flag. (Based on <code>~/.aws/credentials</code> profile). Depth of recusion can be specified via <code>--max-depth</code> the default is 3.</li> <li>Version Checker: Make sure the CLI is at the latest version via API making anonymously a request with version details. (Opt-out by setting <code>R53_VERSION_CHECK=false</code>).</li> </ul> github-actions[bot] tag:github.com,2008:Repository/313909924/v0.3.0.alpha 2021-07-17T12:43:46Z Recursive Search / AWS Profiles / Version Checker <ul> <li>Use <code>-R</code> flag to search recursively Route 53.</li> <li>Use different AWS profiles when running via <code>--profile</code> flag. (Based on <code>~/.aws/credentials</code> profile). Depth of recusion can be specified via <code>--max-depth</code> the default is 3.</li> <li>Version Checker: Make sure the CLI is at the latest version via API making anonymously a request with version details. (Opt-out by setting <code>R53_VERSION_CHECK=false</code>).</li> </ul> Isan-Rivkin tag:github.com,2008:Repository/313909924/v0.2.3 2021-05-28T22:52:13Z v0.2.3 <h2>Changelog</h2> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Isan-Rivkin/route53-cli/commit/fb09e60aa6e59adec1d4e29c7d0bf14ac111fa48/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/commit/fb09e60aa6e59adec1d4e29c7d0bf14ac111fa48"><tt>fb09e60</tt></a> remove old code</p> github-actions[bot] tag:github.com,2008:Repository/313909924/v0.2.2 2020-11-25T19:58:35Z v0.2.2 <h2>Changelog</h2> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Isan-Rivkin/route53-cli/commit/62280e6d6319c636f628cb62cd54f41762e1455b/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/commit/62280e6d6319c636f628cb62cd54f41762e1455b"><tt>62280e6</tt></a> replace homebrew</p> github-actions[bot] tag:github.com,2008:Repository/313909924/v0.2.1 2020-11-24T14:53:03Z v0.2.1 <h2>Changelog</h2> <p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Isan-Rivkin/route53-cli/commit/1c859a7d52619e61fc43e1d3773a0d4637f6d5a2/hovercard" href="https://github.com/Isan-Rivkin/route53-cli/commit/1c859a7d52619e61fc43e1d3773a0d4637f6d5a2"><tt>1c859a7</tt></a> improved help message</p> github-actions[bot]