Changelog:
6 May 2022: Wouter
- Merge #209: IXFR out
This adds IXFR out functionality to NSD. NSD can copy IXFRs from
upstream to downstream clients, or create IXFRs from zonefiles.
The options store-ixfr: yes and create-ixfr: yes can be used to
turn this on. Default is turned off. The options ixfr-number and
ixfr-size can be used to tune the number of IXFR transfers and
total data size stored. This is configured per zone, the IXFRs
are served to the hosts that are allowed to perform zone transfers.
And if TSIG is configured, signed with the same key. The content
is stored to file if a zonefile is configured for the zone, in
the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain
readable text format. The number of IXFRs is num.rixfr in
statistics output, also per zone if per zone statistics are enabled.
If offline, nsd-checkzone -i can create ixfr files.
NSD already supports requesting IXFRs, this addition allows NSD
to serve IXFR transfers to clients.
NSD stops responding with NOTIMPL to IXFR requests, also for zones
that do not have IXFR enabled. The clients gets a full zone reply
or a status reply if the serial is up to date.
- set version to 4.5.0 for feature change.
- Tag for 4.5.0rc1 release. It became the 4.5.0 release on 13 May 2022.
14 April 2022: Wouter
- Update cirrus script FreeBSD version.
25 March 2022: Wouter
- Fix spelling error in comment in svcbparam_lookup_key.
2 March 2022: Wouter
- Fix code analyzer zero divide warning.
- Fix code analyzer large value with assertion.
- Fix another code analyzer zero divide warning.
- Fix code analyzer warning about uninitialized temp storage in loop.
10 February 2022: Wouter
- Tag for 4.4.0rc1 release. This became 4.4.0 release on 17 Feb 2022,
the code repository continues with version 4.4.1.
9 February 2022: Wouter
- Fix unit tests for nds-control-setup exit code and the
xfrd-tcp-max default.
7 February 2022: Wouter
- Merge #207 Sync nsd-control-setup with unbound-control-setup to
generate certificates with SANs.
28 January 2022: Wouter
- Fix#206: build with --without-ssl fails.
27 January 2022: Wouter
- current code branch continues as version 4.4.0, because of added
feature.
26 January 2022: Wouter
- Merge #193: Lower memory usage of the XFRD process by default.
Instead of preallocating all elements, they are allocated when used.
There are options for managing the memory usage, defaults are the
same as before. xfrd-tcp-max sets the number of sockets for tcp
connections that xfrd can make to download zone contents. And
xfrd-tcp-pipeline the number of simultaneous transfers over the
same connection.
12 January 2022: Wouter
- Fix to document nsd-checkzone -p in the man page for nsd-checkzone.
7 January 2022: Wouter
- Fix to change file mode before changing file owner for the
nsd-control unix socket file.
3 January 2022: Wouter
- Merge #204 from jonathangray: correct some spelling mistakes.
15 December 2021: Wouter
- Fix#200: nsd-checkzone succeeds even with incorrect serial in SOA
record.
2 December 2021: Wouter
- Fix socket_partitioning unit test for FreeBSD.
- Fix SVCB test to work around older dig with drill.
- Fix unit test to not syslog setlogin failures.
--- 9.16.30 released ---
5899. [func] Don't try to process DNSSEC-related and ZONEMD records
in catz. [GL #3380]
5890. [bug] When the fetches-per-server quota was adjusted
because of an authoritative server timing out more
or less frequently, it was incorrectly set to 1
rather than the intended value. This has been
fixed. [GL #3327]
5888. [bug] Only write key files if the dnssec-policy keymgr has
changed the metadata. [GL #3302]
5823. [func] Replace hazard pointers based lock-free list with
locked-list based queue that's simpler and has no or
little performance impact. [GL #3180]
23.1.0
Fixing some regressions in 23.0:
- Fix global name of `zmq.EVENT_HANDSHAKE_*` constants
- Fix constants missing when using `import zmq.green as zmq`
Compatibility fixes:
- {func}`zmq.utils.monitor.recv_monitor_msg` now supports async Sockets.
- Fix build with mingw
23.0.0
Changes:
- all zmq constants are now available as Python enums
(e.g. `zmq.SocketType.PULL`, `zmq.SocketOption.IDENTITY`),
generated statically from zmq.h instead of at compile-time.
This means that checks for the *presence* of a constant (`hasattr(zmq, 'RADIO')`)
is not a valid check for the presence of a feature.
This practice has never been robust, but it may have worked sometimes.
Use direct checks via e.g. {func}`zmq.has` or {func}`zmq.zmq_version_info`.
- A bit more type coverage of Context.term and Context.socket
Compatibility fixes:
- Remove all use of deprecated stdlib distutils
- Update to Cython 0.29.30 (required for Python 3.11 compatibility)
- Compatibility with Python 3.11.0b1
Maintenance changes:
- Switch to myst for docs
- Deprecate `zmq.utils.strtypes`, now unused
- Updates to autoformatting, linting
- New wheels for PyPy 3.9
- Manylinux wheels for CPython 3.10 are based on manylinux2014
Client to ICANN's Centralized Zone Data Service (CZDS) REST API using
both the documented and undocumented API endpoints. Should allow you
to perform almost any action you can in the web interface via this API.
Release notes:
- Add GPU fields to plans printer (#269)
- Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#266)
- Bump govultr version from 2.16.0 to 2.17.1 (#267)
- Release v2.14.1 #patch
- Update instance and kubernetes tag to str pointer (#268)
Changes:
### 2022.05.18
* Add support for SSL client certificate authentication by coletdjnz and dirkf
* Adds `--client-certificate`, `--client-certificate-key`,
`--client-certificate-password`
* Add `--match-filter -` to interactively ask for each video
* `--max-downloads` should obey `--break-per-input`
* Allow use of weaker ciphers with `--legacy-server-connect`
* Don't imply `-s` for later stages of `-O`
* Fix `--date today`
* Fix `--skip-unavailable-fragments`
* Fix color in `-q -F`
* Fix redirect HTTP method handling by coletdjnz
* Improve `--clean-infojson`
* Remove warning for videos with an empty title
* Run `FFmpegFixupM3u8PP` for live-streams if needed
* Show name of downloader in verbose log
* [cookies] Allow `cookiefile` to be a text stream
* [cookies] Report progress when importing cookies
* [downloader/ffmpeg] Specify headers for each URL by elyse0
* [fragment] Do not change chunk-size when `--test`
* [fragment] Make single thread download work for `--live-from-start` by
Lesmiscore
* [hls] Fix `byte_range` for `EXT-X-MAP` fragment by fstirlitz
* [http] Fix retrying on read timeout by coletdjnz
* [ffmpeg] Fix features detection
* [EmbedSubtitle] Enable for more video extensions
* [EmbedThumbnail] Disable thumbnail conversion for mkv by evansp
* [EmbedThumbnail] Do not obey `-k`
* [EmbedThumbnail] Do not remove id3v1 tags
* [FFmpegMetadata] Remove `\0` from metadata
* [FFmpegMetadata] Remove filename from attached info-json
* [FixupM3u8] Obey `--hls-prefer-mpegts`
* [Sponsorblock] Don't crash when duration is unknown
* [XAttrMetadata] Refactor and document dependencies
* [extractor] Document netrc machines
* [extractor] Update `manifest_url`s after redirect by elyse0
* [extractor] Update dash `manifest_url` after redirects by elyse0
* [extractor] Use `classmethod`/`property` where possible
* [generic] Refactor `_extract_rss`
* [utils] `is_html`: Handle double BOM
* [utils] `locked_file`: Ignore illegal seek on `truncate` by jakeogh
* [utils] `sanitize_path`: Fix when path is empty string
* [utils] `write_string`: Workaround newline issue in `conhost`
* [utils] `certifi`: Make sure the pem file exists
* [utils] Fix `WebSocketsWrapper`
* [utils] `locked_file`: Do not give executable bits for newly created files by Lesmiscore
* [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by Lesmiscore
* [test] Convert warnings into errors and fix some existing warnings by fstirlitz
* [dependencies] Create module with all dependency imports
* [compat] Split into sub-modules by fstirlitz, pukkandan
* [compat] Implement `compat.imghdr`
* [build] Add `make uninstall` by MrRawes
* [build] Avoid use of `install -D`
* [build] Fix `Makefile` by putnam
* [build] Fix `--onedir` on macOS
* [build] Add more test-runners
* [cleanup] Deprecate some compat vars by fstirlitz, pukkandan
* [cleanup] Remove unused code paths, extractors, scripts and tests by fstirlitz
* [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
* [cleanup, docs, build] Misc fixes
* [BilibiliLive] Add extractor by HE7086, pukkandan
* [Fifa] Add Extractor by Bricio
* [goodgame] Add extractor by nevack
* [gronkh] Add playlist extractors by hatienl0i261299
* [icareus] Add extractor by tpikonen, pukkandan
* [iwara] Add playlist extractors by i6t
* [Likee] Add extractor by hatienl0i261299
* [masters] Add extractor by m4tu4g
* [nebula] Add support for subscriptions by hheimbuerger
* [Podchaser] Add extractors by connercsbn
* [rokfin:search] Add extractor by P-reducible, pukkandan
* [youtube] Add `:ytnotifications` extractor by krichbanana
* [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by coletdjnz
* [ZingMp3] Add chart and user extractors by hatienl0i261299
* [adn] Update AES key by elyse0
* [adobepass] Allow cookies for authenticating MSO
* [bandcamp] Exclude merch links by Yipten
* [chingari] Fix archiving and tests
* [DRTV] Improve `_VALID_URL` by vertan
* [facebook] Improve thumbnail extraction by Wikidepia
* [fc2] Stop heatbeating once FFmpeg finishes by Lesmiscore
* [Gofile] Fix extraction and support password-protected links by mehq
* [hotstar, cleanup] Refactor extractors
* [InfoQ] Don't fail on missing audio format by evansp
* [Jamendo] Extract more metadata by evansp
* [kaltura] Update API calls by flashdagger
* [KhanAcademy] Fix extractor by rand-net
* [LCI] Fix extractor by MarwenDallel
* [lrt] Support livestreams by GiedriusS
* [niconico] Set `expected_protocol` to a public field
* [Niconico] Support 2FA by ekangmonyet
* [Olympics] Fix format extension
* [openrec:movie] Enable fallback for /movie/ URLs
* [PearVideo] Add fallback for formats by hatienl0i261299
* [radiko] Fix extractor by Lesmiscore
* [rai] Add `release_year`
* [reddit] Prevent infinite loop
* [rokfin] Implement login by P-reducible, pukkandan
* [ruutu] Support hs.fi embeds by tpikonen, pukkandan
* [spotify] Detect iframe embeds by fstirlitz
* [telegram] Fix metadata extraction
* [tmz, cleanup] Update tests by diegorodriguezv
* [toggo] Fix `_VALID_URL` by ca-za
* [trovo] Update to new API by nyuszika7h
* [TVer] Improve extraction by Lesmiscore
* [twitcasting] Pass headers for each formats by Lesmiscore
* [VideocampusSachsen] Improve extractor by FestplattenSchnitzel
* [vimeo] Fix extractors
* [wat] Fix extraction of multi-language videos and subtitles by elyse0
* [wistia] Fix `_VALID_URL` by dirkf
* [youtube, cleanup] Minor refactoring by coletdjnz, pukkandan
* [youtube] Added piped instance urls by JordanWeatherby
* [youtube] Deprioritize auto-generated thumbnails
* [youtube] Deprioritize format 22 (often damaged)
* [youtube] Fix episode metadata extraction
* [zee5] Fix extractor by Ashish0804
* [zingmp3, cleanup] Refactor extractors
0.5.0 - 2022-06-02
Added
Added support for tracing using IPv6 for icmp and udp (#35)
Added BSOD error reporting to Tui (#179)
Added Ctrl-C keyboard command to quit the Tui (#91)
Changed
Rewrite of network code to use RAW sockets (#195, #192)
Fixed
Setting -c (--report-cycles) to 1 returns no traces (#189)
Tracer failures not being shown for reports (#183)
Pkgsrc changes:
* Remove patch now integrated upstream
* Updated checksums
Upstream changes:
This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.
The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.
Features
- Merge PR #604: Add basic support for EDE (RFC8914).
Bug Fixes
- Fix#412: cache invalidation issue with CNAME+A.
- Fix that TCP interface does not use TLS when TLS is also configured.
- Fix#624: Unable to stop Unbound in Windows console (does not
respond to CTRL+C command).
- Fix#618: enabling interface-automatic disables DNS-over-TLS.
Adds the option to list interface-automatic-ports.
- Remove debug info from #618 fix.
- Fix#628: A rpz-passthru action is not ending RPZ zone processing.
- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
- Fix that address not available is squelched from the logs for
udp connect failures. It is visible on verbosity 4 and more.
- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
ERR_GET_REASON.
- Fix to detect that no IPv6 support means that IPv6 addresses are
useless for delegation point lookups.
- update Makefile dependencies.
- Fix check interface existence for support detection in remote lookup.
- Fix#633: Document unix domain socket support for unbound-control.
- Fix for #633: updated fix with new text.
- Fix edns client subnet to add the option based on the option list,
so that it is not state dependent, after the state fix of #605 for
double EDNS options.
- Fix for edns client subnet option add fix in removal code, from review.
- Fix#630: Unify the RPZ log messages.
- Merge #623 from rex4539: Fix typos.
- Fix pythonmod for change in iter_dp_is_useless function prototype.
- Fix compile warnings for printf ll format on mingw compile.
- Merge PR #632 from scottrw93: Match cnames in ipset.
- Various fixes for #632: variable initialisation, convert the qinfo
to str once, accept trailing dot in the local-zone ipset option.
- Fix#637: Integer Overflow in sldns_str2period function.
- Fix for #637: fix integer overflow checks in sldns_str2period.
- Fix configure for python to use sysutils, because distutils is
deprecated. It uses sysutils when available, distutils otherwise.
- Merge #644: Make `install-lib` make target install the pkg-config
file.
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
- Fix to describe auth-zone and other configuration at the local-zone
configuration option, to allow for more broadly view of the options.
- Merge PR #648 from eaglegai: fix -q doesn't work when use with
'unbound-control stats_shm'.
- Fix#651: [FR] Better logging for refused queries.
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
- Fix zonemd check to allow unsupported algorithms to load.
If there are only unsupported algorithms, or unsupported schemes,
and no failed or successful other ZONEMD records, or malformed
or bad ZONEMD records, the unsupported records allow the zone load.
- Fix zonemd unsupported algo check.
- Fix zonemd unsupported algo check reason to not copy to next record,
and check for success for debug printout.
- Fix zonemd unsupported algo check to print unsupported reason before
zeroing it.
- Fix zonemd unsupported algo check to set reason to NULL before the
check routine, but after malformed checks, to get the correct NULL
output when the digest matches.
- Fix#670: SERVFAIL problems with unbound 1.15.0 running on
OpenBSD 7.1.
- Fix Python build in non-source directory; based on patch by
Michael Tokarev.
- Fix#673: DNS over TLS: error: SSL_handshake syscall: No route to
host.
- Merge #677: Allow using system certificates not only on Windows,
from pemensik.
- For #677: Added tls-system-cert to config parser and documentation.
- Fix#417: prefetch and ECS causing cache corruption when used
together.
- Fix#678: [FR] modify behaviour of unbound-control rpz_enable zone,
by updating unbound-control's documentation.
- Fix typos in config_set_option for the 'num-threads' and
'ede-serve-expired' options.
- Fix to silence test for ede error output to the console from the
test setup script.
- Fix ede test to not use default pidfile, and use local interface.
- Fix some lint type warnings.
- Fix#684: [FTBS] configure script error with libmnl on openSUSE 15.3
(and possibly other distributions)
Upstream does not provide NEWS, but this is believe to be several
micro updates from 2.1.4. (2.1.[56] were not in pkgsrc because of an
upstream bug, fixed in 2.1.7)
Changes:
0.50.1
------
Thanks to the help of early testers, a major bug was fixed:
* Now chroot and the new REST code work together.
0.50
----
After four years of development, finally the v0.50 release is now
available!
I want to thank everyone who helped!
See the features:
* REST mode (see CGI.md)
* see cgi-examples/proxy.cgi
* see cgi-examples/rest.dcgi
* Official TLS support in geomyidae!
* TLS sticky (+t) bit support for must-be-served-encrypted
content.
* Script for self-signing a certificate is in the distribution.
* GOPHERS and HTTPS CGI variables implemented for dcgi/cgi.
* There is some xinetd request filter (in web world: URL filter) added
as example.
* Syslog support is now included.
* A dockerfile is added with TLS support.
* There is one cgi-examples/umnlisting.dcgi, which emulates all
of UMN style dir listing.
* More CGI backwards compatibility to other gopher daemons.
* There is size/date/time in dir listings.
* Sort by date is implemented.
* Removed sendfile(2) and other premature optimisations. The most
simple solution is fastest and most portable.
* At ind.c:106 you can read the full story.
* Makefile output has been simplified to be easier debuggable.
* More filetype handling types.
* There is now some filetypes.h for easier future additions.
* Gopher+ redirects work and are logged.
* There is now a geomyidae logo as SVG in the repository.
* Geomyidae has been moved from /usr/sbin to /usr/bin.
* Relative paths in gph are fixed and working.
* More happy helping snowman for your pleasure.
sshping measure character-echo latency and bandwidth for an ssh
session.
This utility can be used to test the performance of interactive ssh
sessions or scp file transfers. It uses ssh to log into a remote
system, then runs two tests: the first test sends one character at a
time, waiting for each character to be returned while it records the
latency time for each. The second test sends a dummy file over scp to
/dev/null on the remote system.
Packaged in pkgsrc-wip by KFL, thanks!
-New feature: Playlist support for handlers! Might fix issues like #1.
-New site: xHamster. (Uses the new playlist support. Yay!)
-The WebDriver port can be set as an environment variable now to save some
typing.
-The progress bar is now cleared after a download is finished.
-cargo will now strip the resulting binary when compiling in release mode.
0.4.0
New features:
- Search in documents. Finally. Search with '/'. Jump to next/previous
result with n/N. Fixes#5
- Gemini: Check for redirect loops
Changes:
- Breaking: Changed key shortcuts for next/previous link to l/L
- Removed Config as a dependency and use serde instead
- Update dependencies
Bugfixes:
- Clicking "accept the risk" in the certificate dialog will now automaically
open the URL
- Update status message display when fetching content
- Url-decode path in gopher URIs. Fixes#78
- Fixed crash when darkmode is enabled (pull request #69)
- Introduced and fixed crash when bookmarks file does not exist
- The open image command finally works again
- Fixed name of arch package in README
-Introducing WebDriver support with fantoccini. In theory, yaydl can now use
Firefox or Chrome for scraping a website, even if its contents require
JavaScript. The only obvious downside is that this adds complexity to the
SiteDefinition trait. (Requires a compatible WebDriver client as described in
the README.)
-Fixed the WatchMDH handler which is the first handler to use a WebDriver.
-Upgraded the argument parser to clap_derive (easier annotation, even easier
usage).
-Updated the Rust edition to 2021, could be useful later.
Packaged in wip by mjturner.
Thanks to wiz for some hints.
Amfora aims to be the best looking Gemini client with the most features... all
in the terminal. It does not support Gopher or other non-Web protocols
pkgsrc changes:
---------------
* Add comments about usage of this file in unprivileged.
* Add _rc_subr_loaded variable for consistency with other rc files.
upstream changes:
-----------------
o v1.20.1
Bugfixes:
#8320: Spurious failure of new connections ("unknown (newer?) version of
the protocol" etc)
o v1.20.0
Bugfixes:
#7855: Watching for changes using too many system resources on BSDs
(kqueue)
#8020: Dangling symlink prevents filesystem watcher on Solaris
#8232: Missing include file endlessly spams log
#8258: The latest version does not support go1.18 compilation!!
#8261: TypeError: Cannot read properties of null (reading 'status') in the
GUI after killing Syncthing
Enhancements:
#8202: Indicate folders / devices where the remote end has not accepted
sharing.
#8282: Change default log format to include date
Other issues:
#8279: Simplify tests using T.TempDir
o v1.19.2
Enhancements:
#8180: Make error message upon reaching the free space quota more clear
o v1.19.1
Bugfixes:
#7850: junctionsAsDirs requires folder pause and resume to trigger
#7924: notify: File mode change events not emitted on MacOS/FSEvents watcher
#8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device
#8143: Behavior of discovery server doesn't match documentation
#8145: Folder ID not editable in add folder dialog
Enhancements:
#7942: Improve error message about folder marker outside of folder
#8130: CLI: add command to print pending folders offered by specific device
The govultr and data type update fixes an issue where it was impossible to
remove the deprecated "tag" argument from an instance.
Upstream Release Notes:
- Release v2.11.1 #patch
- Bump govultr v1.17.0 and update data types
- Fix vultr_instance_ipv4 resource doc and argument reference.
- Fix incorrect import example
This release contains a fix for CVE-2022-1183.
--- 9.16.29 released ---
5885. [bug] RPZ NSIP and NSDNAME rule processing didn't handle stub
and static-stub zones at or above the query name. This
has now been addressed. [GL #3232]
5881. [bug] dig +nssearch could hang in rare cases when recv_done()
callback was being called earlier than send_done().
[GL #3278]
5880. [func] Add new named command-line option -C to print built-in
defaults. [GL #1326]
5879. [contrib] dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306]
5874. [bug] keymgr didn't work with python 3.11. [GL !6157]
5866. [bug] Work around a jemalloc quirk which could trigger an
out-of-memory condition in named over time. [GL #3287]
5863. [bug] If there was a pending negative cache DS entry,
validations depending upon it could fail. [GL #3279]
5858. [bug] Don't remove CDS/CDNSKEY DELETE records on zone sign
when using 'auto-dnssec maintain;'. [GL #2931]
0.4.0 - 2022-05-18
Added
-Added -P (--target-port) flag to allow specifying the target port (1, 2)
-Added ability to tracing with either a fixed source or a fixed destination port
for both udp and tcp tracing (#43)
-Display source and destination ports in Tui (#156)
-Added the -A (--source-address) flag to allow specifying the source address
(#162)
-Added the -I (--interface) flag to allow specifying the source interface (#142)
-Added the -Q (--tos) flag to allow specifying the TOS (DSCP+ECN) IPv4 header
value (#38)
Changed
-Changed tcp tracing to use a standard (non-raw) socket to be able to detect the
target (#134)
-Changed udp tracing to use a standard (non-raw) socket (#155)
-Renamed the --tui-max-addresses-per-hop flag as tui-max-addrs (#165)
-Reorder the cli flags in the help output (#163)
-Change short alias for flag max_round_duration from -I to -T (1)
-Added short cli flags for source-port (-S), first-ttl (-f) and tui-max-addrs
(-M) (1)
Fixed
-Checksums for udp packets were not being set (obsoleted by #155) (#159)
-TimeExceeded responses from the target address were not being handled (1)
-The largest time-to-live for a given round was being calculated incorrectly in
some cases (1)
2.5.7
- BUILD: compiler: properly distinguish weak and global symbols
- MINOR: connection: Add way to disable active connection closing during soft-stop
- BUG/MEDIUM: http-ana: Fix memleak in redirect rules with ignore-empty option
- BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
- BUG/MINOR: pools: make sure to also destroy shared pools in pool_destroy_all()
- MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord"
- BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel
- CI: github actions: update LibreSSL to 3.5.2
- SCRIPTS: announce-release: add URL of dev packages
- BUG/MEDIUM: mux-fcgi: Be sure to never set EOM flag on an empty HTX message
- BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified
- BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
- BUG/MINOR: mux-h2: mark the stream as open before processing it not after
- MINOR: mux-h2: report a trace event when failing to create a new stream
- DOC: config: Update doc for PR/PH session states to warn about rewrite failures
- BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]
- BUG/MINOR: startup: usage() when no -cc arguments
- BUG/MEDIUM: resolvers: make "show resolvers" properly yield
- BUG/MEDIUM: cli: make "show cli sockets" really yield
- BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"
- BUG/MINOR: map/cli: protect the backref list during "show map" errors
- BUG/MINOR: map/cli: make sure patterns don't vanish under "show map"'s init
- BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail
- BUG/MINOR: ssl/cli: fix "show ssl ca-file/crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl ca-file <name>" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl crl-file" not to mix cli+ssl contexts
- BUG/MINOR: ssl/cli: fix "show ssl cert" not to mix cli+ssl contexts
- DOC: fix typo "ant" for "and" in INSTALL
- CI: dynamically determine actual version of h2spec
- BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
- BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation
- BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
- BUILD: listener: shut report of possible null-deref in listener_accept()
- BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
- DOC: install: update gcc version requirements
- BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
- BUG/MEDIUM: lua: fix argument handling in data removal functions
- DOC/MINOR: fix typos in the lua-api document
- BUG/MINOR: conn_stream: do not confirm a connection from the frontend path
- CLEANUP: applet: make appctx_new() initialize the whole appctx
- BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized
- MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests
- CLEANUP: mux-h1: Fix comments and error messages for global options
Release v1.46.1
This release contains refinements, improvements, and bug fixes.
Release v1.46.0
Core
Ignore Connection Aborted errors on accept.
Filter content-length metadata from the application.
RetryFilter: Cleanup pending byte stream.
HTTP Proxy: Ignore empty entry in no_proxy list.
Adding http/1.1 support in httpcli.
HTTP2: Initiate write for acknowledging SETTINGS frame.
Change the unsupported polling strategy log for forking to GPR_INFO.
Handle SSL_ERROR_WANT_WRITE error.
TCP Async Connect: Fix Heap use-after-free.
HTTP2: Add graceful goaway.
Remove epollex poller.
TlsCredentials: Comparator implementation.
Decrease verbosity of alts handshaker logs which can happen during cancellation.
HTTP2: Should not run cancelling logic on servers when receiving GOAWAY.
HTTP2: Don't throttle pings from the server.
Include ADS stream error in XDS error updates.
Remove idempotent/cacheable requests.
C++
Add bazel cpp distribtest for grpc_cc_library.
C#
Add support for grpc-dotnet in GKE benchmarks.
Sync unary call after shutdown: Add a repro and fix for 19090.
Remove C# Legacy (a.k.a. "Classic") csproj example.
Python
Add Python GCF Distribtest.
Add Python Reflection Client.
Revert "Fix prefork handler register's default behavior".
Fix prefork handler register's default behavior.
Fix fetching CXX variable in setup.py.
Ruby
Support pre-built binaries for Ruby 3.1.
Make sure to always receive initial metadata in ruby.
fping 5.1 (2022-02-06)
======================
## Bugfixes and other changes
- Use setcap to specify specific files in fping.spec (#232, thanks @zdyxry)
- Netdata: use host instead name as family label (#226, thanks @k0ste)
- Netdata: use formatstring macro PRId64 (#229, thanks @gsnw)
- Allow -4 option to be given multiple times (#215, thanks @normanr)
- Documentation fix (#208, thanks @timgates42)
- Retain privileges until after privileged setsockopt (#200, thanks @simetnicbr)
- Set bind to source only when option is set (#198, thanks @dinoex)
- Update Azure test pipeline (#197, thanks @gsnw)
- Fix getnameinfo not called properly for IPv4 (#227, thanks @aafbsd)
- Fixed wrong timestamp under Free- and OpenBSD and macOS (#217, thanks @gsnw)
- Documentation updates (#240, thanks @auerswal)
- Updated autotools (autoconf 2.71, automake 1.16.5, libtool 2.4.6)
fping 5.0 (2020-08-05)
======================
## Incompatible Changes
- In non-quiet loop and count mode, a line is printed for every lost packet
(#175, thanks @kbucheli):
```
$ fping -D -c2 8.8.8.8 8.8.8.7
[1596092373.18423] 8.8.8.8 : [0], 64 bytes, 12.8 ms (12.8 avg, 0% loss)
[1596092374.18223] 8.8.8.7 : [0], timed out (NaN avg, 100% loss)
[1596092374.18424] 8.8.8.8 : [1], 64 bytes, 12.3 ms (12.5 avg, 0% loss)
[1596092375.18344] 8.8.8.7 : [1], timed out (NaN avg, 100% loss)
8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8
8.8.8.7 : xmt/rcv/%loss = 2/0/100%
```
- The returned size in bytes now always excludes the IP header, so if before it
reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'.
This is to make the reported size consistent with ping(8) from iputils and
also with fping when pinging a IPv6 host (which never included the IPv6
header size).
## New features
- The number of sent pings is only counted when the pings are received or have
timed out, ensuring that the loss ratio will be always correct. This makes it
possible, for example, to use loop mode (-l) with interval statistics (-Q)
and a timeout larger than period, without having the issue that initially
some pings would be reported as missing (#193)
- Improved precision of measurements from 10us to 1us (#136, thanks @tycho)
## Bugfixes and other changes
- The reported size of received packets is now always correct on Linux even for
packets > 4096 bytes (#180)
- Travis CI automated testing now also macos testing and additional ubuntu
distributions (#196)
GitHub CLI 2.10.1
What's Changed
- Hide retention-period flag by @greggroth in #5607
GitHub CLI 2.10.0
What's New
- Add label list list sorting and label remove command by @heaths in #5503
- Add label list --json support by @heaths in #5567
- Add repo list --visibility=internal flag by @hiradp in #5564
- Add release list --exclude-drafts flag by @ffalor in #5595
- Add codespace jupyter command to open codespaces in JupyterLab by @jungaretti in #5291
- codespaces list: add display name to the list output by @josebalius in #5571
- pr create: add "Submit as draft" option by @koskeller in #5570
- Add devcontainer to this project by @joshspicer in #5592
- Add codespace create --retention-period flag by @greggroth in #5504
What's Changed
- label edit: clarify --name switch by @heaths in #5525
- gist create: add progress indicator by @ffalor in #5526
- repo create: fix grammar prompt by @chemotaxis in #5557
- issue comment: support quotes and arguments in EDITOR value by @mislav in #5549
- search prs: add the ability to pass teams to --review-requested by @ffalor in #5538
- search prs: add example to help output by @damiensedgwick in #5562
- issue view: fix non-working usage example by @mhmdanas in #5563
- pr merge: refactor implementation by @mntlty in #5514
- status: omit results from archived repositories by @ffalor in #5583
- status: ignore FORBIDDEN errors due to SAML restrictions by @heaths in #5588
- auth: respect GH_BROWSER, "browser" config, avoid opening non-HTTP URLs by @mislav in #5604
- repo clone: document adding upstream remote if repo is a fork by @dhalbert in #5466
- Fix nil pointer exception in codespace selection by @cannist in #5605
- codespaces: handle star in display name by @josebalius in #5577
- Upgrade to go 1.18 by @samcoe in #5542
- Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 by @dependabot in #5522
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #5533
- Consistent version format in version upgrade notice by @mislav in #5559
GitHub CLI 2.9.0
What's New
- label edit: Command to edit existing labels by @heaths in #5519
- label clone: Command to clone labels between repositories by @heaths in #5452
- label create: Add --force flag to forcibly create labels by @heaths in #5451
- codespaces: Support for multi devcontainer by @reybard in #5076
What's Changed
- label list: Add column for displaying the label color by @heaths in #5462
- pr merge: Warn if PR is already merged by @mntlty in #5463
- gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510
- list commands: Standardize output when no entries found by @rpadaki in #5479
- repo list: Add ls alias to command by @rpadaki in #5480
- issue/pr list: Fix searching by --state flag by @samcoe in #5513
- search prs: Correct displayed header when searching prs command by @samcoe in #5488
- pr create: Document that --body-file reads from stdin by @lukekarrys in #5461
- Add tab completion descriptions for aliases and extensions by @rpadaki in #5447
- Replace deprecated ioutil package with io and os package replacements by @estensen in #5498
GitHub CLI 2.8.0
What's New
- New release edit command by @plu in #5422
- issue close: add --comment flag to close with comment by @samcoe in #5437
- issue delete: add --confirm flag by @opelr in #5396
- pr merge: provide instructions for resolving merge conflicts by @ErKiran in #5330
- codespace select: add hidden select command for extensions by @legomushroom in #5390
- codespace create: make location an optional flag by @jshorty in #5410
- codespace create: handle idle timeout notice by @adnamalin in #5409
- codespace code: add --web flag to open in Visual Studio Code web mode by @jackcmeyer in #5380
- gist edit: allow non-interactive file replacement by @samcoe in #5408
- extension upgrade: add --dry-run flag by @samcoe in #5098
- Add new alias to all create commands by @chriscn in #5388
What's Changed
- Add support for installing binary extensions on M1 Macs by @mislav in #5457
- status: respect GitHub host configuration by @mislav in #5423
- codespace ssh/cp: check paths safely by @jshorty in #5384
- codespace edit: remove unsupported idle timeout flag by @adnamalin in #5405
- extension list: speed up output by avoiding checking for upgrades by @samcoe in #5098
- extension list: don't error if no extensions are installed by @rpadaki in #5445
- auth login: fix flow when ~/.config/gh/config.yml is read-only by @ncfavier in #5378
- Fix table printer crash in narrow terminals by @rpadaki in #5449
- Improve DNF installation instructions by @gto406 in #5406
- Change issue close color from red to purple by @samcoe in #5436
- Replace old search query builder by @samcoe in #5366
0.38.6
Performance improvements for fetching ServiceInfo
0.38.5
Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
ServiceBrowsers were only getting a ServiceStateChange.Removed callback
when the record was sent with a TTL of 0. ServiceBrowsers now correctly
get a ServiceStateChange.Removed callback when the record expires as well.
Fix missing minimum version of python 3.7
New Features:
* Add VPC Support
* Add block type for block storage
* Add support for VKE auto scaler options
* Add support for tags to instances and bare metal servers
* Update labels if there is a change
* Allow removal of default node pool
* Add better error handling to kubernetes reads
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.15.0
* Bump github.com/vultr/govultr/v2 from 2.14.2 to 2.16.0
Deprecated arguments:
* tag has been deprecated and should no longer be used. Instead, use tags.
* Private Networks are deprecated and will not be supported in the future.
Use VPCs instead.
Upstream release notes:
* v2.11.0
https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.11.0
* 2.10.1
https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.1
* 2.10.0
https://github.com/vultr/terraform-provider-vultr/releases/tag/v2.10.0
1.5.0 (2022-05-01)
------------------
- CHORE: pull CHANGES.rst from v1.4.x
- DOC: add call for maintainers to README
- DOC: Fixes in README examples
- DOC: start of empty contributor documentation directory
- ENH: added JSON Topic for use with micropython-upip
- ENH: Backwards-compatible argparse config (not yet in use)
- ENH: Refactor storage operations into separate Backend classes
- ENH: Restore ability to drop hashing in new config
- ENH: Specify doctype for generated pages.
Fixed violation of PEP 503 warning with pip>=22.
- ENH: Use argparse config throughout app
- FIX: Fix silly typo in the readme :)
- FIX: fix small typing and lint errors in config.py
- FIX: fix version incompatibility that breaks twine in docker test
- FIX: fix(setuptools-in-tests) add `packages=[]` in test setup
- FIX: Gunicorn/gevent docker, log fixes, cache busting
- MAINT: Add aggregate "tests" job
- MAINT: Add release to PyPi job
- MAINT: add github action for release management
- MAINT: Add python 3.9 testing
- MAINT: Cleanup code to python 3.6
- MAINT: contributor update in README
- MAINT: disable unstable test for Python 3.9
- MAINT: Docker improvements
- MAINT: drop standalone, drop py 2.7 and 3.5
- MAINT: Merge branch 'v1.4.x'
- MAINT: Push to Docker Hub from CI
- MAINT: Refactor test_server to increase speed
- MAINT: Run black on codebase
- MAINT: run gh actions on PRs from forks
- MAINT: small code style fixes
- MAINT: Switch to GH actions
Upstream changes are mostly minor, with one breaking change in how
Ipaddr.of_string handles its arguments. More details in the
CHANGES.md file in the distribution.
3.3.0
* Features
* Add CLI flag `--suffix_list_url` to set the suffix list URL(s) or source file(s)
* Add CLI flag `--no_fallback_to_snapshot` to not fall back to the snapshot
* Add alias `--include_psl_private_domains` for CLI flag `--private_domains`
* Bugfixes
* Handle more internationalized domain name dots
* Misc.
* Update bundled snapshot
* Add basic CLI test coverage
0.3.1 - 2022-05-09
Fixed
-Local Ipv4 discovery fails on some platforms (#133, #142)
0.3.0 - 2022-05-08
Added
-Added ability for icmp tracing to multiple targets simultaneously in Tui (#72)
-Added ability to enable and disable the AS lookup from the Tui (#126)
-Added ability to switch between hop address display modes (ip, hostname or
both) in thr Tui (#124)
-Added ability to expand and collapse the number of hosts displays per hop in
the Tui (#124)
-Added the -s (--tui-max-samples) flag to specify the number of samples to keep
for analysis and display (#110)
-Added ability to flush the DNS cache from the Tui (#71)
Changed
-Simplified Tracer by removing circular buffer (#106)
-Added round end reason indicator to Tracer (#88)
-SHow better error message for failed DNS resolution (#119)
Fixed
-Tracing with udp protocol not showing the target hop due to incorrect handling
of DestinationUnreachable responses (#131)
-Tui failing on shutdown on Windows due to DisableMouseCapture being invoked
without a prior EnableMouseCapture call (#116)
-Build failing on Windows due to incorrect conditional compilation
configuration (#113)
-Tracing not publishing all Probe in a round when the round ends without
finding the target (#103)
-Tracing with tcp protocol not working as the checksum was not set (#79)
-Do not show FQDN for reverse DNS queries from non-system resolvers (#120)