forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[phalcon#13297] - Updated the changelog
- Loading branch information
Showing
5 changed files
with
414 additions
and
2,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
# [4.1.0](https://github.com/phalcon/cphalcon/releases/tag/v4.1.0) (xxx-xx-xx) | ||
## Added | ||
- Added JWT (JSON Web Tokens) support under `Phalcon\Http\JWT`. Offers support for: | ||
- Token | ||
- Parser | ||
- Builder | ||
- Validator | ||
- Signers (None, HMAC) | ||
- Base64 encode/decodeUrl helper class | ||
[#13856](https://github.com/phalcon/cphalcon/issues/13856) | ||
|
||
Thanks | ||
## Changed | ||
|
||
## Fixed | ||
- Fixed `Phalcon\Db\Dialect\Mysql::getColumnDefinition` to recognize `size` for `DATETIME`, `TIME` and `TIMESTAMP` columns [#13297](https://github.com/phalcon/cphalcon/issues/13297) | ||
|
||
## Removed | ||
- Removed `Phalcon\Http\Cookie` binding to session [#11770](https://github.com/phalcon/cphalcon/issues/11770) | ||
- `Phalcon\Http\Cookie` no longer depends on the session service and data will not be duplicated in the session. This made it difficult to use cookies in stateless applications (SPA). | ||
|
||
|
||
|
||
` |
Oops, something went wrong.