A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/sendgrid/sendgrid-ruby

https://github.com/sendgrid/sendgrid-ruby - 6.7.0

Release Notes

Library - Feature

Library - Test

Library - Docs

RubyGems

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.6.2

Release Notes

Library - Chore

RubyGems

- Ruby
Published by github-actions[bot] almost 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.6.1

Release Notes

Library - Chore

Library - Fix

RubyGems

- Ruby
Published by github-actions[bot] about 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.6.0

Release Notes

Library - Feature

  • PR #473: update tests, use-cases, examples and implementation for From personalization. Thanks to @beebzz!

- Ruby
Published by SendGridDX over 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.5.2

Release Notes

Library - Docs

- Ruby
Published by SendGridDX over 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.5.1

Release Notes

Library - Chore

- Ruby
Published by SendGridDX over 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.5.0

Release Notes

Library - Feature

  • PR #466: Add From address to personalization. Thanks to @grin!

- Ruby
Published by SendGridDX over 4 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.4.0

Release Notes

Library - Feature

- Ruby
Published by thinkingserious about 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.9

Release Notes

Library - Fix

- Ruby
Published by SendGridDX about 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.7

Release Notes

Library - Chore

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.6

Release Notes

Library - Fix

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.5

Release Notes

Library - Fix

Library - Docs

  • PR #322: Update documentation for retrieving a list of all templates. Thanks to @renshuki!
  • PR #332: Add Email activity API Documentation. Thanks to @dhoeric!

Library - Test

Library - Chore

  • PR #339: Added rubocop configs and changed source files with rubocop "offenses". Thanks to @douglaslise!
  • PR #338: Refactor getters and setters to use ruby accessors. Thanks to @douglaslise!

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.4

Release Notes

Library - Docs

Library - Chore

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.3

Release Notes

Library - Chore

Library - Test

Library - Docs

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.2

Release Notes

Library - Test

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.1

Release Notes

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.3.0

Release Notes

Library - Feature

  • PR #428: adds rack middleware to make request verification easier in rack apps. Thanks to @philnash!
  • PR #425: verify signature from event webhook. Thanks to @eshanholtz!

Library - Fix

- Ruby
Published by SendGridDX over 5 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.2.1

Release Notes

Library - Fix

- Ruby
Published by SendGridDX almost 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.2.0

Release Notes

Library - Feature

- Ruby
Published by SendGridDX almost 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.1.4

Release Notes

Library - Fix

- Ruby
Published by SendGridDX almost 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.1.3

Release Notes

Library - Docs

Library - Chore

- Ruby
Published by SendGridDX almost 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.1.2

Release Notes

Library - Chore

Library - Fix

- Ruby
Published by SendGridDX almost 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.1.1

Release Notes

Library - Docs

Library - Chore

- Ruby
Published by SendGridDX about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.1.0

Release Notes

Library - Feature

- Ruby
Published by SendGridDX about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.0.4

Release Notes

Library - Fix

- Ruby
Published by SendGridDX about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.0.3

Release Notes

Library - Docs

- Ruby
Published by SendGridDX about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.0.2

Release Notes

Library - Fix

- Ruby
Published by SendGridDX about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - 6.0.1

Release Notes

Library - Chore

Library - Fix

- Ruby
Published by thinkingserious about 6 years ago

https://github.com/sendgrid/sendgrid-ruby - v6.0.0

BREAKING CHANGE

  • PR #284: The sinatra gem is no longer specified as a dependency of this gem. If you would like to use the inbound processing, please follow the upgrade guide. Big thanks to @jjb for the PR!

Added

  • PR #271: Add ability to impersonate a subuser. Big thanks to @danilospa for the PR!
  • PR #278: Make SendGrid permissions management easy. Big thanks to @sony-mathew for the PR!
  • PR #343 and PR #345: Update README.md with examples for dynamic templates and corrections to the old legacy template example. Big thanks to @kylearoberts for the PR!
  • PR #216: Get unassigned IPs example. Big thanks to @cristianossd for the PR!
  • PR #231: Add support for IO objects set as Attachment content. Big thanks to @awj for the PR!
  • PR #232: Add method to check email content for secret keys. Big thanks to @jaredsilver for the PR!
  • PR #236: Add an IpManagement helper. Big thanks to @brokenthumbs for the PR!
  • PR #264: Add Email Statistics helper example. Big thanks to @jeremyjung for the PR!
  • PR #246: Modified Mail Class calling examples with SendGrid::Mail. Big thanks to @rohan-techfreak for the PR!
  • PR #268: Added Code Review to CONTRIBUTING.md. Big thanks to @mptap for the PR!
  • PR #276: Codebase Improvement: Use attr_accessor instead of getters and setters. Big thanks to @rahul26goyal for the PR!
  • PR #365: Add our Developer Experience Engineer career opportunity to the README. Big thanks to @mptap for the PR!

Fixes

- Ruby
Published by thinkingserious over 6 years ago

https://github.com/sendgrid/sendgrid-ruby - v5.3.0

Added

  • PR #300: Support for Dynamic Templates. Big thanks to @nedcampion for the PR!
  • PR #178: Convert key/value arguments to CustomArgs to strings. Big thanks to @sitaramshelke for the PR!
  • PR #258: Added unittest to check for specific repo files. Big thanks to @mptap for the PR!
  • PR #255: Add a unittest to check the license.md file date range. Big thanks to @prashuchaudhary for the PR!
  • PR #181: Add Docker. Big thanks to @shrivara for the PR!
  • PR #248: Added .codeclimate.yml. Big thanks to @proton for the PR!
  • PR #260: Update ruby-http-client dependency to support v3.3.0. Big thanks to @mptap for the PR!
  • PR #304: Readability update for documentation. Big thanks to @af4ro for the PR!
  • PR #306: Update example to work in Rails console. Big thanks to @RogerPodacter for the PR!

Fixes

- Ruby
Published by thinkingserious over 7 years ago

https://github.com/sendgrid/sendgrid-ruby - v5.2.0

Added

  • PR #234: Helpers for email statistics - global, category and subuser
  • Thanks to Awin Abi for the pull request!

- Ruby
Published by thinkingserious over 8 years ago

https://github.com/sendgrid/sendgrid-ruby - v5.1.0

Added

  • #173: Update ruby-http-client dependency
  • #12 Add a helper that returns the response body as a hash via the parsed_body method in the Response object.
  • Thanks to Diego Camargo for the pull request!

- Ruby
Published by thinkingserious over 8 years ago

https://github.com/sendgrid/sendgrid-ruby - v5.0.0

BREAKING CHANGE

  • #108 Fix unexpected Mail #categories, #categories= behavior
  • Fixed Issue #95 Refactor Mail Helper Array Assignments
  • personalization.to becomes personalization.add_to()
  • personalization.cc becomes personalization.add_cc()
  • personalization.bcc becomes personalization.add_bcc()
  • personalization.headers becomes personalization.add_header()
  • personalization.substitutions becomes personalization.add_substitution()
  • personalization.custom_args becomes personalization.add_custom_arg()
  • mail.personalizations becomes mail.add_personalization()
  • mail.contents becomes mail.add_content()
  • mail.attachments becomes mail.attachment()
  • mail.sections becomes mail.add_section()
  • mail.headers becomes mail.add_header()
  • mail.categories becomes mail.add_category()
  • mail.custom_args becomes mail.custom_args()
  • For a full example of usage, please see here.

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.3.3

Update

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.3.2

Fixes

  • #161: Fixed problematic Sinatra dependency
  • Brings back Rails 4 compatibility (and Rack 1.x applications, in general), also removes release candidate version constraint (both broken in #160). Moreover, ensures that tests are run against two major Sinatra versions, which should protect from compatibility issues in future, somewhat. Related issue: #159.
  • Thanks to Sebastian Skałacki for the pull request!

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.3.1

Fixes

  • #160: Updated sinatra version to 2.0
  • Fixes bundler dependency issues with rails >5.0 and rack 2.0. Solves #159
  • Thanks to gkats for the pull request!

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.3.0

Added

  • #70: Adds an account settings management helper object
  • See the helper README for details
  • Thanks to Kyle Kern for the pull request!

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.2.1

Fixed

  • #112: Fixes version ambiguity in gemspec
  • Thanks to Chris McKnight for the pull request!

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.2.0

Added

  • #148: Set api_key to empty string
  • This makes creating an API key for a SendGrid subuser who does not have an API key easier. See #146 for details
  • Thanks to Adam Beck for the pull request!

- Ruby
Published by thinkingserious almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.1.1

Fixed

  • #115 #134: Fix typos in initialize methods
  • Thanks to Ben Jackson for the pull request!

- Ruby
Published by SendGridDX almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.1.0

Add

- Ruby
Published by SendGridDX almost 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.8

Add

  • Solves #147: Add User Agent string

- Ruby
Published by thinkingserious about 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.7

Fix

- Ruby
Published by thinkingserious about 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.6

Added

  • Pull #113: Fix Travis CI Prism functionality for non-SendGrid contributors, update deprecated File.exists

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.5

[4.0.5] - 2016-10-17

Added

  • Pull #110, fixed Issue #109
  • Automates StopLight.io Prism mock server locally & on Travis CI
  • Thanks to KY for the pull request!

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.4

Fixed

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.3

Added

  • Table of Contents in the README
  • Added a USE_CASES.md section, with the first use case example for transactional templates

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.2

Fixed

  • Example and USAGE DELETE calls were missing example payloads

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.1

Added

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v4.0.0

BREAKING CHANGE

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.7

  • README updates
  • Update introduction blurb to include information regarding our forward path
  • Update the v3 /mail/send example to include non-helper usage
  • Update the generic v3 example to include non-fluent interface usage

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.6

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.5

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.4

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.3

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.2

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v3.0.1

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v2.0.0

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 9 years ago

https://github.com/sendgrid/sendgrid-ruby - v1.1.6

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 10 years ago

https://github.com/sendgrid/sendgrid-ruby - v1.1.5

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 10 years ago

https://github.com/sendgrid/sendgrid-ruby - v1.0.5

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 10 years ago

https://github.com/sendgrid/sendgrid-ruby - v1.0.4

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 10 years ago

https://github.com/sendgrid/sendgrid-ruby - v1.0.3

See the CHANGELOG for details.

- Ruby
Published by thinkingserious over 10 years ago