Skip to content

Commit 9a83bda

Browse files
committed
Update change log.
1 parent 453d324 commit 9a83bda

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v0.10.1 - 2024-04-
4+
v0.10.1 - 2024-08-
55
--------------------
66

77
With this release, a new remote procedure call mechanism gets added to the
@@ -13,16 +13,20 @@ interface framework, so that both can be employed at the same time.
1313

1414
### Features and improvements ###
1515

16-
- Added the `vibe.web.rpc` module for HTTP based bi-directional RPC communication - [pull #2797][issue2797], [pull #2798][issue2798]
16+
- Added the `vibe.web.rpc` module for HTTP based bi-directional RPC communication - [pull #2797][issue2797], [pull #2798][issue2798], [pull #2799][issue2799], [pull #2800][issue2800]
17+
- Added `SMTPAuthType.xoauth2` to enable OAUTH based authentication for GMail and Office 365 (by Mathias Lang aka Geod24) - [pull #2803][issue2803]
1718

1819
### Bug fixes ###
1920

2021
- Fixed a possible `InvalidMemoryOperationError` when empty `MongoCursor` instances were being leaked to the GC - [issue #2793][issue2793], [pull #2794][issue2794]
2122

22-
[issue2797]: https://github.com/vibe-d/vibe.d/issues/2797
23-
[issue2798]: https://github.com/vibe-d/vibe.d/issues/2798
2423
[issue2793]: https://github.com/vibe-d/vibe.d/issues/2793
2524
[issue2794]: https://github.com/vibe-d/vibe.d/issues/2794
25+
[issue2797]: https://github.com/vibe-d/vibe.d/issues/2797
26+
[issue2798]: https://github.com/vibe-d/vibe.d/issues/2798
27+
[issue2799]: https://github.com/vibe-d/vibe.d/issues/2799
28+
[issue2800]: https://github.com/vibe-d/vibe.d/issues/2800
29+
[issue2803]: https://github.com/vibe-d/vibe.d/issues/2803
2630

2731

2832
v0.10.0 - 2024-02-19

0 commit comments

Comments
 (0)