Skip to content

Releases: vapor/vapor

Vapor 0.8

09 May 14:48
Compare
Choose a tag to compare
Vapor 0.8 Pre-release
Pre-release

New:

  • Validation is here! Check it out in the docs.
  • Add vapor self-update command to CLI.
  • Code of Conduct
  • Issue templates
  • README

Better:

  • Updated to 05-03 snapshot.
  • Updated to latest Hummingbird sockets.

Fixed:

  • Fixed a bug where weak session identifiers could be created.
  • Hound CI should stop complaining less.
  • Project wide spacing is now 4 spaces.
  • Timestamp memory leak.

Vapor 0.7.1

04 May 13:22
Compare
Choose a tag to compare
Vapor 0.7.1 Pre-release
Pre-release

Additional dependencies updated to 04-25

Vapor 0.7

28 Apr 21:10
Compare
Choose a tag to compare
Vapor 0.7 Pre-release
Pre-release

Updated to Swift 3.0 Snapshot 04-25

Vapor 0.6

22 Apr 02:03
Compare
Choose a tag to compare
Vapor 0.6 Pre-release
Pre-release

Support for 04-12 snapshot
Bug fix associated with keep alive on sockets
Bug fix associated with loading files on linux

Vapor 0.5.2

09 Apr 03:17
Compare
Choose a tag to compare
Vapor 0.5.2 Pre-release
Pre-release

New Features:

  • Events (docs coming soon)
  • 2x performance boost

Vapor 0.5.1

07 Apr 02:31
Compare
Choose a tag to compare
Vapor 0.5.1 Pre-release
Pre-release

New Features

  • SHA2 support (256, 384, and 512)

Vapor 0.5

06 Apr 04:20
Compare
Choose a tag to compare
Vapor 0.5 Pre-release
Pre-release

New Features

  • S4 Server
  • S4 Request
  • S4 Response
  • S4 Middleware

Improved

  • Request Content Parsing
  • Value Semantics
  • Testing

Vapor 0.4.2

01 Apr 15:07
Compare
Choose a tag to compare
Vapor 0.4.2 Pre-release
Pre-release

New Features:

  • CryptoKitten Integration (SHA1 and MD5 + HMAC)
  • Code cleaned up (Hound CI)
  • app.resourcesDir and app.viewsDir added

Bug Fixes:

  • Fixed bug where workDir and port overrides wouldn't be booted in time for Providers

Vapor 0.4.1

29 Mar 03:23
Compare
Choose a tag to compare
Vapor 0.4.1 Pre-release
Pre-release

Bug Fixes:

  • Safer rm In Vapor CLI
  • Support Swift 2.2 with Vapor CLI
  • Fixed null terminating String issue

Vapor 0.4

28 Mar 04:04
Compare
Choose a tag to compare
Vapor 0.4 Pre-release
Pre-release
  • Type safe controllers
  • Improved JSON support
    • Updated JSON Parser and Serializer
    • JsonRepresentable
  • Reduced shared state