-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update effect
npm packages
#6001
Merged
Merged
+39
−39
Conversation
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
github-actions
bot
added
area/deps
Relates to third-party dependencies (area)
area/apps > hash*
Affects HASH (a `hash-*` app)
area/apps > hash-api
Affects the HASH API (app)
area/libs
Relates to first-party libraries/crates/packages (area)
type/eng > backend
Owned by the @backend team
area/apps
labels
Dec 24, 2024
hashdotai
approved these changes
Dec 24, 2024
Benchmark results
|
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/organization/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/book/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/uk-address/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/playlist/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/page/v/2
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/building/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/block/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/song/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/person/v/1
|
Flame Graph |
representative_read_multiple_entities
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
entity_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
link_by_source_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph |
representative_read_entity_type
Function | Value | Mean | Flame graphs |
---|---|---|---|
get_entity_type_by_id | Account ID: d4e16033-c281-4cde-aa35-9085bf2e7579
|
Flame Graph |
scaling_read_entity_complete_one_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
scaling_read_entity_linkless
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 100 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 1000 entities | Flame Graph | |
entity_by_id | 10000 entities | Flame Graph |
scaling_read_entity_complete_zero_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
CiaranMn
pushed a commit
that referenced
this pull request
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/apps > hash*
Affects HASH (a `hash-*` app)
area/apps > hash-api
Affects the HASH API (app)
area/apps
area/deps
Relates to third-party dependencies (area)
area/libs
Relates to first-party libraries/crates/packages (area)
type/eng > backend
Owned by the @backend team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.71.6
->0.72.0
0.67.2
->0.68.0
3.11.9
->3.12.0
Release Notes
Effect-TS/effect (@effect/platform)
v0.72.0
Compare Source
Minor Changes
#4068
ef64c6f
Thanks @tim-smart! - remove generics from HttpClient tag serviceInstead you can now use
HttpClient.With<E, R>
to specify the error andrequirement types.
Patch Changes
abb22a4
,f369a89
,642376c
,3d2b7a7
,73f9c6f
,17cb451
,d801820
,e1eeb2d
,c11f3a6
,618f7e0
,c0ba834
,e1eeb2d
]:v0.71.7
Compare Source
Patch Changes
39457d4
,a475cc2
,199214e
,b3c160d
]:Effect-TS/effect (@effect/platform-node)
v0.68.0
Compare Source
Patch Changes
abb22a4
,f369a89
,642376c
,3d2b7a7
,ef64c6f
,73f9c6f
,17cb451
,d801820
,e1eeb2d
,c11f3a6
,618f7e0
,c0ba834
,e1eeb2d
]:v0.67.3
Compare Source
Patch Changes
39457d4
,a475cc2
,199214e
,b3c160d
]:Effect-TS/effect (effect)
v3.12.0
Compare Source
Minor Changes
#4068
abb22a4
Thanks @titouancreach! - Added encodeUriComponent/decodeUriComponent for both Encoding and Schema#4068
f369a89
Thanks @vinassefranche! - Add Runtime.Runtime.Context type extractor#4068
642376c
Thanks @tim-smart! - add non-traced overload to Effect.fn#4068
3d2b7a7
Thanks @mikearnaldi! - Update fast-check to latest version#4068
73f9c6f
Thanks @wewelll! - add DateTimeUtcFromDate schema#4068
17cb451
Thanks @fubhy! - Added support forsecond
granularity toCron
.#4068
d801820
Thanks @fubhy! - AddedCron.unsafeParse
and allow passing theCron.parse
time zone parameter asstring
.#4068
e1eeb2d
Thanks @mikearnaldi! - add Effect.fnUntraced - an untraced version of Effect.fn#4068
c11f3a6
Thanks @QuentinJanuel! - Add Context.mergeAll to combine multiple Contexts into one.#4068
618f7e0
Thanks @tim-smart! - add span annotation to disable propagation to the tracer#4068
c0ba834
Thanks @titouancreach! - Add Schema.headNonEmpty for Schema.NonEmptyArrayPatch Changes
e1eeb2d
Thanks @mikearnaldi! - Carry both call-site and definition site in Effect.fn, auto-trace to anonv3.11.10
Compare Source
Patch Changes
#4176
39457d4
Thanks @mikearnaldi! - Fix Stream.scoped example#4181
a475cc2
Thanks @gcanti! - Schema: FixwithDecodingDefault
implementation to align with its signature (now removesundefined
from the AST).Additionally, a new constraint has been added to the signature to prevent calling
withDecodingDefault
afterwithConstructorDefault
, which previously led to the following issue:#4175
199214e
Thanks @gcanti! - Schema: refactor annotations:Export internal
Uint8
schemaExport internal
NonNegativeInt
schemaRemove title annotations that are identical to identifiers
Avoid setting a title annotation when applying branding
Add more title annotations to refinements
Improve
toString
output and provide more precise error messages for refinements:Before
After
toString
now combines all refinements with" & "
instead of showing only the last one."Expected ..."
) now uses the extended description to make the error message clearer.#4182
b3c160d
Thanks @mikearnaldi! - Replace absolute imports with relative onesConfiguration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.