---
title: "[Ruby] - Ruby SDK Changelog"
description: Changelog for the Contentstack Ruby Content Delivery SDK, listing versions, dates, and changes.
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/ruby/ruby-sdk-changelog
product: Contentstack
doc_type: changelog
audience:
  - developers
  - sdk-users
version: ruby-sdk
last_updated: 2021-03-17
---

# [Ruby] - Ruby SDK Changelog

This page lists the version history for the Contentstack Ruby Content Delivery SDK, including release dates and notable changes. It is intended for developers maintaining Ruby integrations and should be used when upgrading the SDK or troubleshooting behavior changes across versions.

## Ruby SDK Changelog

## Version 0.3.0 - Mar 17, 2021
[**
**](https://github.com/contentstack/contentstack-ruby/blob/master/CHANGELOG.md#new-features)**New Feature:**
- Added support for Sync API module

## Version 0.2.0 - Dec 5, 2020
[**
**](https://github.com/contentstack/contentstack-ruby/blob/master/CHANGELOG.md#new-features)**New Features:**
- `Entry``locale` - function for passing locale is added
- `only` - function for getting only specified field
- `except` - function for getting field except for specified field
- `include_reference` - function for including a reference in entry
- `include_schema` - function for including schema along with entry is added
- `include_content_type` - added function for including content type details along with entry
- `include_owner` - added function for getting the owner of an entry
- `include_fallback` - added function for getting published fallback locale content, if specified locale content is not published
- `Query``include_fallback` - added function for getting published fallback locale content if specified locale content is not published

## Version 0.1.0 - May 8, 2020

**Bug Fixes:**
- Stack tokens moved to headers

## Version 0.0.4 - Sep 3, 2019

**Enhancements:**
- Added support for regions

## Version 0.0.3 - May 2, 2018

**Enhancements:**
- Query - Added function for passing locale

## Version 0.0.2 - Oct 11, 2017
Initial Release

## Version 0.0.1 - Oct 11, 2017
Initial Release

## More resources
- [View and Download Ruby SDK repository on GitHub](https://github.com/contentstack/contentstack-ruby)

## Common questions

### Where can I find the full Ruby SDK changelog on GitHub?
Use the GitHub link provided in the version sections or the repository link under **More resources**.

### What is the latest version listed on this page?
The latest version listed is **Version 0.3.0 - Mar 17, 2021**.

### Does this changelog include breaking changes?
This page lists features, enhancements, and bug fixes by version; review the linked GitHub changelog section for additional details.

### Where do I download or view the Ruby SDK source?
Use **More resources** → **View and Download Ruby SDK repository on GitHub**.