Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 03, 2014 vibe.d 0.7.20 has been released | ||||
---|---|---|---|---|
| ||||
Lot's of smaller improvements in this release, please have a look at the full change log. Some notable points: - Various additions to the web framework package [1], including compile-time localization support - New graph based (DFA) match algorithm for the URLRouter, making match performance independent of the number of registered routes - Incoming SSL connections by default now use perfect forward secrecy on all major browsers - Several improvements to the serialization system (new @asArray annotation, support custom serialization representations and more) - Reduction of memory allocations in several places The full list of changes/fixes can be found at http://vibed.org/blog/posts/vibe-release-0.7.20 Homepage: http://vibed.org/ DUB package: http://code.dlang.org/packages/vibe-d GitHub: https://github.com/rejectedsoftware/vibe.d [1]: http://vibed.org/docs#web-interface-generator |
June 03, 2014 Re: vibe.d 0.7.20 has been released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
> Lot's of smaller improvements in this release, please have a look at the full change log. Some notable points:
>
> - Various additions to the web framework package [1], including
> compile-time localization support
>
> - New graph based (DFA) match algorithm for the URLRouter,
> making match performance independent of the number of registered
> routes
>
> - Incoming SSL connections by default now use perfect forward secrecy
> on all major browsers
>
> - Several improvements to the serialization system (new @asArray
> annotation, support custom serialization representations and more)
>
> - Reduction of memory allocations in several places
>
> The full list of changes/fixes can be found at
> http://vibed.org/blog/posts/vibe-release-0.7.20
>
> Homepage: http://vibed.org/
> DUB package: http://code.dlang.org/packages/vibe-d
> GitHub: https://github.com/rejectedsoftware/vibe.d
>
>
> [1]: http://vibed.org/docs#web-interface-generator
Awesome. As usual, you are the man.
|
June 03, 2014 Re: vibe.d 0.7.20 has been released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
> Lot's of smaller improvements in this release...
Awesome and think you should have spoken in DConf. :)
Matheus.
|
June 04, 2014 Re: vibe.d 0.7.20 has been released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mattcoder | Am 03.06.2014 21:05, schrieb Mattcoder:
> On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
>> Lot's of smaller improvements in this release...
>
> Awesome and think you should have spoken in DConf. :)
>
> Matheus.
Thanks! Somehow I always manage to pile up enough work (and other duties) to be missing enough time to prepare a proper talk ;)
But my plan is (again) definitely to try to get an abstract submitted next time.
|
June 04, 2014 Re: vibe.d 0.7.20 has been released | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
> Lot's of smaller improvements in this release, please have a look at the full change log. Some notable points:
>
> - Various additions to the web framework package [1], including
> compile-time localization support
>
> - New graph based (DFA) match algorithm for the URLRouter,
> making match performance independent of the number of registered
> routes
>
> - Incoming SSL connections by default now use perfect forward secrecy
> on all major browsers
>
> - Several improvements to the serialization system (new @asArray
> annotation, support custom serialization representations and more)
>
> - Reduction of memory allocations in several places
>
> The full list of changes/fixes can be found at
> http://vibed.org/blog/posts/vibe-release-0.7.20
>
> Homepage: http://vibed.org/
> DUB package: http://code.dlang.org/packages/vibe-d
> GitHub: https://github.com/rejectedsoftware/vibe.d
>
>
> [1]: http://vibed.org/docs#web-interface-generator
Congratulations, and thanks for all your work on this great product.
|
Copyright © 1999-2021 by the D Language Foundation