digitalmars.D.announce - Beta release vibe.d 0.7.30-beta.1
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (17/17) Aug 31 2016 Main changes over 0.7.29:
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (2/19) Aug 31 2016 [2]: http://code.dlang.org/packages/diet-ng
- Martin Tschierschke (7/16) Aug 31 2016 Nice to read on the ongoing progress!
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (15/30) Sep 01 2016 My intention was to write something up since DConf this year, I just
- Suliman (3/39) Sep 01 2016 It's not problem with backward compatibility. Much important is
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (11/24) Sep 29 2016 The first release candidate has been tagged. It contains several bug
- Martin Nowak (4/6) Oct 01 2016 We want to release 2.072.0 on October 13th, will build the first
- Jack Applegame (4/6) Oct 03 2016 Please consider
- Rory McGuire via Digitalmars-d-announce (5/11) Oct 04 2016 On Tue, Oct 4, 2016 at 12:01 AM, Jack Applegame via Digitalmars-d-announ...
- Chris (2/19) Sep 30 2016 Just tested it. No problems with my main project so far.
- =?UTF-8?B?U8O2bmtl?= Ludwig (2/3) Oct 01 2016 Good to hear. Thanks for testing!
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (6/23) Oct 14 2016 Some more fixes:
- Namespace (3/34) Oct 14 2016 I guess you have a typo there:
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (2/4) Oct 14 2016 Right. I've fixed this and some others now. Thanks!
- Jack Applegame (3/7) Oct 14 2016 consider please
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (8/17) Oct 14 2016 I need to think about the implications of each possibility (persistent,
Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlang
Aug 31 2016
Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlang[2]: http://code.dlang.org/packages/diet-ng
Aug 31 2016
On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote:Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:[...]Nice to read on the ongoing progress! Can you give a road map of what will be next, may be as an interview to the D Blog? When do you think vibe's version will be 1.0.0? Regards mt.All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlang[2]: http://code.dlang.org/packages/diet-ng
Aug 31 2016
Am 31.08.2016 um 16:56 schrieb Martin Tschierschke:On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote:My intention was to write something up since DConf this year, I just didn't manage to do it so far (the last months were extremely busy with other things). But it's still on the TODO list.Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:[...]Nice to read on the ongoing progress! Can you give a road map of what will be next, may be as an interview to the D Blog?All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlang[2]: http://code.dlang.org/packages/diet-ngWhen do you think vibe's version will be 1.0.0?I'm currently still working on vibe-core [1], which will be the 1.0.0 of the core parts of the current vibe-d package. The API is more or less backwards compatible, but the insides have been thoroughly redesigned based on the experiences and language changes of the past years. I hope to get that into beta in weeks to (few) months and it is more or less just held back by the final decision for an event loop abstraction. Similarly, diet-ng will be the 1.0.0 of the Diet template render module. The rest of the sub packages will get the same treatment once vibe-core is done. From then on, they will all receive their own individual version numbers, according to their particular development pace. [1]: https://github.com/vibe-d/vibe-core
Sep 01 2016
On Thursday, 1 September 2016 at 07:32:43 UTC, Sönke Ludwig wrote:Am 31.08.2016 um 16:56 schrieb Martin Tschierschke:It's not problem with backward compatibility. Much important is easy to use and good docs.On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote:My intention was to write something up since DConf this year, I just didn't manage to do it so far (the last months were extremely busy with other things). But it's still on the TODO list.Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:[...]Nice to read on the ongoing progress! Can you give a road map of what will be next, may be as an interview to the D Blog?All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlang[2]: http://code.dlang.org/packages/diet-ngWhen do you think vibe's version will be 1.0.0?I'm currently still working on vibe-core [1], which will be the 1.0.0 of the core parts of the current vibe-d package. The API is more or less backwards compatible, but the insides have been thoroughly redesigned based on the experiences and language changes of the past years. I hope to get that into beta in weeks to (few) months and it is more or less just held back by the final decision for an event loop abstraction. Similarly, diet-ng will be the 1.0.0 of the Diet template render module. The rest of the sub packages will get the same treatment once vibe-core is done. From then on, they will all receive their own individual version numbers, according to their particular development pace. [1]: https://github.com/vibe-d/vibe-core
Sep 01 2016
Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler [1]: http://code.dlang.org/packages/vibe-sdlangThe first release candidate has been tagged. It contains several bug fixes over the last beta and uses the latest version of diet-ng. The optional dependency to diet-ng is now enabled by default for new projects, since the latest release is considered stable. If no new issues come up, the 0.7.30 release is scheduled for the 9th of October. All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-rc.1
Sep 29 2016
On Thursday, 29 September 2016 at 13:44:53 UTC, Sönke Ludwig wrote:If no new issues come up, the 0.7.30 release is scheduled for the 9th of October.We want to release 2.072.0 on October 13th, will build the first beta today, let's aim for 0.7.30 compatibility.
Oct 01 2016
On Thursday, 29 September 2016 at 13:44:53 UTC, Sönke Ludwig wrote:If no new issues come up, the 0.7.30 release is scheduled for the 9th of October.Please consider https://github.com/rejectedsoftware/vibe.d/issues/1583
Oct 03 2016
On Tue, Oct 4, 2016 at 12:01 AM, Jack Applegame via Digitalmars-d-announce = < digitalmars-d-announce puremagic.com> wrote:On Thursday, 29 September 2016 at 13:44:53 UTC, S=C3=B6nke Ludwig wrote:Would it be okay for us to merge [0] as an example? [0] https://github.com/rejectedsoftware/vibe.d/issues/1561If no new issues come up, the 0.7.30 release is scheduled for the 9th of October. Please consider https://github.com/rejectedsoftware/vibe.d/issues/1583
Oct 04 2016
On Wednesday, 31 August 2016 at 08:57:48 UTC, Sönke Ludwig wrote:Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler [...]Just tested it. No problems with my main project so far.
Sep 30 2016
On Friday, 30 September 2016 at 14:45:13 UTC, Chris wrote:Just tested it. No problems with my main project so far.Good to hear. Thanks for testing!
Oct 01 2016
Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlangSome more fixes: https://github.com/rejectedsoftware/vibe.d/commit/ab1ac33c564ad8d593104e30cc93eb1779c88d4a Plus some regression fixes for issues that got introduced since the last alpha release (not mentioned in the change log). The release has been rescheduled for next Thursday.
Oct 14 2016
On Friday, 14 October 2016 at 19:57:09 UTC, Sönke Ludwig wrote:Am 31.08.2016 um 10:57 schrieb Sönke Ludwig:I guess you have a typo there: "which used to be brokeb" you mean broken, right?Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang serialization module that became possible this way - opDispatch has been removed from Bson/Json - Optional support for using diet-ng [2] has been added (simply add it as a dependency and it will be used by render()) - The HTTP client can now be used on Unix socket destinations - Added table support for the Markdown compiler All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/packages/vibe-sdlangSome more fixes: https://github.com/rejectedsoftware/vibe.d/commit/ab1ac33c564ad8d593104e30cc93eb1779c88d4a Plus some regression fixes for issues that got introduced since the last alpha release (not mentioned in the change log). The release has been rescheduled for next Thursday.
Oct 14 2016
Am 14.10.2016 um 22:16 schrieb Namespace:I guess you have a typo there: "which used to be brokeb" you mean broken, right?Right. I've fixed this and some others now. Thanks!
Oct 14 2016
On Friday, 14 October 2016 at 19:57:09 UTC, Sönke Ludwig wrote:https://github.com/rejectedsoftware/vibe.d/commit/ab1ac33c564ad8d593104e30cc93eb1779c88d4a Plus some regression fixes for issues that got introduced since the last alpha release (not mentioned in the change log). The release has been rescheduled for next Thursday.consider please https://github.com/rejectedsoftware/vibe.d/pull/1592
Oct 14 2016
Am 15.10.2016 um 00:30 schrieb Jack Applegame:On Friday, 14 October 2016 at 19:57:09 UTC, Sönke Ludwig wrote:I need to think about the implications of each possibility (persistent, edge triggered, non-persistent, and non-persistent simulated) before the API gets changed. I'll do my best to comment on the PR tomorrow, but I can't promise that the change will still make it into this release (theoretically possible if it's clear that it won't cause any regressions). But even if not, it would of course be easy to put it on a branch or to tag an early pre-release version.https://github.com/rejectedsoftware/vibe.d/commit/ab1ac33c564ad8d593104e30cc93eb1779c88d4a Plus some regression fixes for issues that got introduced since the last alpha release (not mentioned in the change log). The release has been rescheduled for next Thursday.consider please https://github.com/rejectedsoftware/vibe.d/pull/1592
Oct 14 2016