Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jericho

Jericho opened an issue on cake-contrib/Cake.CakeMail
Deprecate this addin
This addin was interacting with CakeMail's legacy API. Also, one dependency is deprecated and contains security vulnerability.
Jericho pushed 1 commit to develop cake-contrib/Cake.CakeMail
  • Mark this addin as DEPRECATED 3b7f5ba

View on GitHub

Jericho pushed 0 commits to develop cake-contrib/Cake.CakeMail

View on GitHub

Jericho pushed 0 commits to main cake-contrib/Cake.CakeMail

View on GitHub

Jericho pushed 2 commits to develop Jericho/ZoomNet
  • Run integration tests and unit tests under net9.0 d8672b8
  • Upgrade nuget references 6b2a348

View on GitHub

Jericho closed an issue on Jericho/StrongGrid
Unable to create legacy contact
When a legacy contact is created, the JSON payload in the response contains a "errors" node (which is empty if the contact was successfully created). The presence of this "errors" node causes Stron...
Jericho closed an issue on Jericho/StrongGrid
Unable to create legacy custom field
SendGrid API returns the following message: `Must provide a field type.` when we attempt to create a new legacy custom field. The issue is that SendGrid API expect the value in the "type" node t...
Jericho pushed 7 commits to develop Jericho/StrongGrid
  • LegacyCustomFieldsConverter should handle null value Resolves #533 5922067
  • Make sure the value in the "type" node is lower-cased when creating a new legacy custom field Resolves #534 2fd3dc8
  • Better debug message during ContactsAndCustomFields integration tests e5e0d87
  • Make sure the presence of "errors" in the response payload does not cause Legacy.Contacts.CreateAsync and UpdateAsyn... 7e14356
  • Run the benchmark under net9.0 d39f687
  • Run integration tests and unit tests under net9.0 e8ec624
  • Upgrade nuget references dbcee60

View on GitHub

Jericho closed an issue on Jericho/StrongGrid
LegacyCustomFieldConverter does not handle null values
When a legacy contact is retrieved and a custom field contains a null value, our converter throws a `System.ArgumentNullException: 'Value cannot be null. (Parameter 's')'` exception
Jericho created a comment on an issue on Jericho/StrongGrid
Earlier today I upgraded the System.Text.Json reference to 9.0.0 (which was released earlier this week) and ran the benchmark project. Here's the result: ``` ini BenchmarkDotNet v0.14.0, Window...

View on GitHub

Jericho created a comment on an issue on Jericho/StrongGrid
I have confirmed that we have the same problem when updating a legacy contact.

View on GitHub

Jericho opened an issue on Jericho/StrongGrid
Unable to create legacy contact
When a legacy contact is created, the JSON payload in the response contains a "errors" node (which is empty if the contact was successfully created). The presence of this "errors" node causes Stron...
Jericho opened an issue on Jericho/StrongGrid
Unable to create legacy custom field
SendGrid API returns the following message: `Must provide a field type.` when we attempt to create a new legacy custom field. The issue is that SendGrid API expect the value in the "type" node t...
Jericho opened an issue on Jericho/StrongGrid
LegacyCustomFieldConverter does not handle null values
When a legacy contact is retrieved and a custom field contains a null value, our converter throws a `System.ArgumentNullException: 'Value cannot be null. (Parameter 's')'` exception
Jericho published a release on cake-contrib/Cake.SendGrid
4.0.0
As part of this release we had [1 issue](https://github.com/cake-contrib/Cake.SendGrid/milestone/17?closed=1) closed. __Enhancement__ - [__#34__](https://github.com/cake-contrib/Cake.SendGrid...
Jericho created a tag on cake-contrib/Cake.SendGrid

4.0.0 - Cake Addin that exends Cake with ability to utilize SendGrid

Jericho pushed 4 commits to main cake-contrib/Cake.SendGrid
  • Merge branch 'main' into develop 58d739f
  • Upgrade to Cake.Recipe 4.0.0-alpha0126 13976f2
  • Change the TFMs to meet recommendation for Cake 5.x.x Resolves #34 4cae368
  • Merge branch 'release/4.0.0' 5d59fd6

View on GitHub

Jericho pushed 2 commits to develop cake-contrib/Cake.SendGrid
  • Merge branch 'release/4.0.0' 5d59fd6
  • Merge branch 'main' into develop ea431a0

View on GitHub

Jericho pushed 2 commits to develop cake-contrib/Cake.SendGrid
  • Upgrade to Cake.Recipe 4.0.0-alpha0126 13976f2
  • Change the TFMs to meet recommendation for Cake 5.x.x Resolves #34 4cae368

View on GitHub

Jericho created a comment on an issue on Jericho/StrongGrid
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.110.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/StrongGrid/rele...

View on GitHub

Jericho created a comment on an issue on Jericho/StrongGrid
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 0.110.0 :tada: The release is available on: - [GitHub Release](https://github.com/jericho/StrongGrid/rele...

View on GitHub

Jericho created a tag on Jericho/StrongGrid

0.110.0 - Strongly typed library for the entire SendGrid v3 API, including webhooks

Jericho published a release on Jericho/StrongGrid
0.110.0
As part of this release we had [2 issues](https://github.com/Jericho/StrongGrid/milestone/128?closed=1) closed. __Bug__ - [__#530__](https://github.com/Jericho/StrongGrid/issues/530) The GetP...
Jericho pushed 27 commits to main Jericho/StrongGrid
  • Merge branch 'main' into develop c13ca02
  • Upgrade to GRM colaborators0006 c0d9687
  • Upgrade to GRM colaborators0007 b26f651
  • Refresh build script 5be8021
  • Add a few unit tests for extension methods 2df047a
  • Unit tests for the GetEncoding extension method e08754a
  • More unit test a3a86ea
  • The third parameter of the GetProperty extension method should be required to avoid confusion with System.Text.Json.G... 98dfd42
  • Formatting 7e4c2ee
  • Unit tests for GetPropertyValue and fix a bug when nullable property contains a null value 0b6ae7e
  • remove spaces from the charset name because it cause the unit test to fail under .net48 77c17d5
  • Improve unit tests 7487a2d
  • Upgrade NuGet packages 90069a7
  • Upgrade System.Text.Json Resolves #528 78db572
  • Fix various typos in README.md a0652f4
  • Refresh build script 07cbb48
  • Eliminate the need for LogValuesFormatter 0979397
  • Refresh build script due to breaking changes in GitVersion 6.0 d474758
  • Fix package versioning 4d5cdcd
  • Sort permissions for convenience during integration testing 0a51cbd
  • and 7 more ...

View on GitHub

Jericho pushed 2 commits to develop Jericho/StrongGrid
  • Merge branch 'release/0.110.0' 82556a5
  • Merge branch 'main' into develop 36003da

View on GitHub

Jericho pushed 1 commit to develop Jericho/StrongGrid
  • Upgrade to Cake 5 and .NET SDK 9 ad17f9a

View on GitHub

Jericho created a tag on cake-contrib/Cake.Email

4.0.1 - Cake Addin that exends Cake with ability to send email.

Jericho published a release on cake-contrib/Cake.Email
4.0.1
As part of this release we had [1 issue](https://github.com/cake-contrib/Cake.Email/milestone/25?closed=1) closed. __Enhancement__ - [__#53__](https://github.com/cake-contrib/Cake.Email/issue...
Load more