Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Conversation

@optible-bot
Copy link

This PR contains the following updates:

Package Type Update Change
aws-c-common http_archive minor v0.4.29 -> v0.6.13

Release Notes

awslabs/aws-c-common

v0.6.13

Compare Source

v0.6.12

Compare Source

v0.6.11

Compare Source

v0.6.10

Compare Source

edit byte_buffer_reserve to work with buffers of initial capacity 0

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

  • Support for millisecond-precise time query in aws_date_time_as_epoch_secs

v0.6.6

Compare Source

  • Datetime now supports millisecond precision

v0.6.5

Compare Source

  • Fixes an issue where managed thread handles could be leaked on Windows
  • Fixes some incorrect logging format strings.

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

  • Proper import of CMake module (#​812)

v0.6.1

Compare Source

BUGFIX: Fix cmake feature checks for Large File Support (LFS) on Android

v0.6.0

Compare Source

  • CHANGE: aws_off_t is always 64 bits. Previously, it might be interpreted as 32 or 64 bits, depending on a project's compiler flags, which was leading to bugs.
  • CHANGE: Pass -DAWS_WARNINGS_ARE_ERRORS=ON if you want warnings to fail the build. Previously, warnings would always fail the build, now it is opt-in.
  • NEW: aws_promise

v0.5.11

Compare Source

v0.5.10

Compare Source

v0.5.8

Compare Source

  • Mainly to support fopen with a non-ascii file path from Windows. The aws_fopen can support non-ascii file path across platform

v0.5.7

Compare Source

  • Reverts and reimplements previous release's attempt at a high-resolution clock fix on Windows

v0.5.6

Compare Source

  • Fix an issue where the high resolution clock would saturate to a maximum value after 21 days, breaking event loop task processing.

v0.5.5

Compare Source

v0.5.4

Compare Source

  • Adds support for dynamic log level control in the standard logger

v0.5.3

Compare Source

  • BUG FIX: MinGW/Windows related preprocessor fixes
  • BUG FIX: No longer appending exact location of CoreFoundation in CMake
  • BUG FIX: Fixing thread affinity symbol check in CMake
  • BUG FIX: Preventing undefined behavior in allocators

v0.5.2

Compare Source

  • Correct/improve musl support with respect to thread affinity control
  • Update managed thread join to return success/failure, allowing downstream callers (CRTs) to branch shutdown logic between strict and permissive

v0.5.1

Compare Source

v0.5.0

Compare Source

  • Transition to a new thread API for threads that cannot be explicitly joined by user code. These threads get lazily joined as their thread functions exit.

v0.4.68

Compare Source

  • mapping ENOSPC to AWS_ERROR_NO_SPACE for out of space error

v0.4.67

Compare Source

  • modifies how numa symbols are looked up so that symbols that are weak on certain platforms don't end up getting stomped.

v0.4.66

Compare Source

  • Fixes an infinite loop in the thread scheduler

v0.4.65

Compare Source

v0.4.64

Compare Source

  • Fixes an issue with aws_mutex_try_lock on Windows

v0.4.63

Compare Source

v0.4.62

Compare Source

  • Removes an unnecessary API hopefully before anyone uses it externally

v0.4.61

Compare Source

v0.4.60

Compare Source

v0.4.59

Compare Source

v0.4.58

Compare Source

v0.4.57

Compare Source

v0.4.56

Compare Source

  • Fixes a build failure with logging tests on Windows

v0.4.55

Compare Source

  • Adds a simple ref-counting API intended for long-lived types used by the CRTs
  • Adds a test-oriented wait API for all threads created by internal CRT types (event_loop_group, host_resolver)

v0.4.54

Compare Source

v0.4.53

Compare Source

v0.4.52

Compare Source

aws_byte_buf_init_cache_and_update_cursors(): https://github.com/awslabs/aws-c-common/pull/676

v0.4.51

Compare Source

v0.4.50

Compare Source

v0.4.49

Compare Source

v0.4.48

Compare Source

  • Added some new aws_byte_buf APIs - functions for securely (zero all released memory) appending both cursors and single bytes.
  • Removed aws_bigint; it is no longer needed.

v0.4.47

Compare Source

  • Reworks certain bigint constructors and operators to constant time

v0.4.46

Compare Source

v0.4.45

Compare Source

v0.4.44

Compare Source

v0.4.43

Compare Source

v0.4.42

Compare Source

v0.4.41

Compare Source

v0.4.40

Compare Source

v0.4.39

Compare Source

v0.4.38

Compare Source

v0.4.37

Compare Source

  • Adds aws_hash_combine

v0.4.36

Compare Source

v0.4.35

Compare Source

  • Basic bigint implementation

v0.4.34

Compare Source

v0.4.33

Compare Source

v0.4.32

Compare Source

v0.4.31

Compare Source

Will now work on ARM platforms that do not have execinfo.h (e.g. alpine)

v0.4.30

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants