diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-04 19:03:14 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-04 19:03:14 +0700 |
| commit | 6100235b9c720dcd4829ad58d32f37612cbe4f2c (patch) | |
| tree | 46696e1ce76578ab527b584949e65ca7acd53d98 /lib/sql/client.go | |
| parent | 998a25623b7670ca7419e2d0234cf3b6744af800 (diff) | |
| download | pakakeh.go-6100235b9c720dcd4829ad58d32f37612cbe4f2c.tar.xz | |
Release share 0.15.0v0.15.0
=== Breaking changes
* big: check for zero length slice of byte or string on toRat
* ssh: replace the ClientConfig with ConfigSection
=== New features
* ssh: implement SSH client configuration parser -- ssh_config(5)
* api/telegram/bot: Go package for Telegram API Bot
* http: implement a simplified HTTP client
* net/html: new package to simplify the golang.org/x/net/html
The x/net/html package currently only provide bare raw functionalities
to iterate tree, there is no check for empty node, no function to
get attribute by name, and no simple way to iterate tree without looping it
manually.
This package extends the package by adding methods to get node's attribute
by name, get the first non-empty child, get the next non-empty sibling, and
to iterate each node in the tree from top to bottom.
=== Enhancements
* big: return "0" instead of "<nil>" on Rat.String()
* big: return false if Rat is nil on IsGreaterThanZero
* http: add parameter to set default client's headers
* websocket: add method to gracefully Close the client connection
* websocket: add routine that send PING control frame on Connect
=== Bug fixes
* reflect: remove checking for method IsEqual on type reflect.Ptr
Diffstat (limited to 'lib/sql/client.go')
0 files changed, 0 insertions, 0 deletions
