Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Uid] remove "experimental" status #40010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/AbstractUid.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
namespace Symfony\Component\Uid;

/**
* @experimental in 5.3
*
* @author Nicolas Grekas <p@tchwork.com>
*/
abstract class AbstractUid implements \JsonSerializable
Expand Down
1 change: 1 addition & 0 deletions 1 src/Symfony/Component/Uid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
5.3
---

* The component is not marked as `@experimental` anymore
* Add `AbstractUid::fromBinary()`, `AbstractUid::fromBase58()`, `AbstractUid::fromBase32()` and `AbstractUid::fromRfc4122()`

5.2.0
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/NilUuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
namespace Symfony\Component\Uid;

/**
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class NilUuid extends Uuid
Expand Down
5 changes: 0 additions & 5 deletions 5 src/Symfony/Component/Uid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Uid Component

The UID component provides an object-oriented API to generate and represent UIDs.

**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).

Resources
---------

Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/Ulid.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* @see https://github.com/ulid/spec
*
* @experimental in 5.3
*
* @author Nicolas Grekas <p@tchwork.com>
*/
class Ulid extends AbstractUid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
namespace Symfony\Component\Uid;

/**
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class Uuid extends AbstractUid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/UuidV1.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* A v1 UUID contains a 60-bit timestamp and 62 extra unique bits.
*
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class UuidV1 extends Uuid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/UuidV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* Use Uuid::v3() to compute one.
*
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class UuidV3 extends Uuid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/UuidV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
/**
* A v4 UUID contains a 122-bit random number.
*
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class UuidV4 extends Uuid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/UuidV5.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* Use Uuid::v5() to compute one.
*
* @experimental in 5.3
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class UuidV5 extends Uuid
Expand Down
2 changes: 0 additions & 2 deletions 2 src/Symfony/Component/Uid/UuidV6.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* Unlike UUIDv1, this implementation of UUIDv6 doesn't leak the MAC address of the host.
*
* @experimental in 5.3
*
* @author Nicolas Grekas <p@tchwork.com>
*/
class UuidV6 extends Uuid
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.