Guile MQTT NEWS --- history of user-visible changes.
Copyright (C) 2024, 2025 Free Software Foundation, Inc.
See the end for copying conditions.

For bug reports please create an issue at
https://github.com/mdjurfeldt/guile-mqtt/issues


2025-05-25 v1.0.0

* Major version bumped to 1 to indicate reasonable stability.

* Bugfix: Support publishing of UTF-8 strings. (Thanks to Evgeny Pisemsky.)

* Get ready for Guile 4.0 release.


2024-11-12 v0.2.1

* Bugfix: Removed last reference to (nyacc foreign cdata) in (ffi
  mosquitto) such that (mosquitto client) gets independent of NYACC

* Cleanups


2024-11-12 v0.2.0

* All functionality of Chicken Scheme mosquitto bindings now
  implemented and documented.

* Distribute own copy of (... foreign cdata). NYACC is now not
  required if building from a tar archive (as opposed to building from
  a git repository clone).

* Support make in separate build directory.

* Bugfix: unsubscribe now works.


2024-11-10 v0.1.1
* connect method: Added support for new options.

In the connect method, the following new options are supported:

#:bind-address #:tls-cafile #:tls-capath #:tls-certfile #:tls-keyfile


2024-11-09 v0.1.0
* Initial release


Copyright information:

Copyright (C) 2024 Free Software Foundation, Inc.

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end:
