Skip to content

Latest commit

 

History

History
170 lines (117 loc) · 13 KB

CHANGELOG.md

File metadata and controls

170 lines (117 loc) · 13 KB

Changelog

v0.6.0 (2021-11-09)

Full Changelog

Merged pull requests:

  • Bump nokogiri from 1.11.7 to 1.12.5 in /examples/simple_rails_api #120 (dependabot[bot])
  • Upstream changes from Selenium's fork #118 (p0deje)
  • Bump puma from 4.3.8 to 4.3.9 in /examples/simple_rails_api #117 (dependabot[bot])
  • Bump nokogiri from 1.11.7 to 1.12.5 in /examples/simple_rails_api #116 (dependabot[bot])
  • Bump Ruby primary to 3.0.2 & Add sdk versions: 2.5.9, 2.6.8, 2.7.3, 2.7.4, 3.0.2 #114 (kigster)

v0.5.2 (2021-07-09)

Full Changelog

Closed issues:

  • require_paths attribute does not work #97
  • google-protobuf and grpc gems fail #86
  • Ruby Gem isn't including generated files #85

Merged pull requests:

  • Add includes option to ruby_bundle rule for per-gem load path customization #102 (mmizutani)

v0.5.1 (2021-07-08)

Full Changelog

Closed issues:

  • ruby_bundle should support local gems #62

Merged pull requests:

  • feat: Support mapping the vendor cache from workspace #92 (russell)

v0.5.0 (2021-07-08)

Full Changelog

Closed issues:

  • ruby_binary - how to package up runfiles dir #101
  • bin/setup Failure #95
  • warning: string literal in condition from generated wrapper #87
  • Setup script attempts to delete ~/.rbenv if rbenv is installed with Homebrew #81
  • ruby_rspec specs argument not resolved #79
  • ruby_test and ruby_rspec rules use system ruby #63

Merged pull requests:

v0.4.1 (2020-08-10)

Full Changelog

v0.4.0 (2020-08-04)

Full Changelog

Closed issues:

  • private method `define_method' called for Dir:Class (NoMethodError) #74

Merged pull requests:

v0.3.0 (2020-03-03)

Full Changelog

Closed issues:

  • 🐛 "Could not create symlink... (File exists)" #54
  • When using a local ruby installation it includes the local LOAD_PATH #44
  • [Cleanup] Pretty sure eval is never used in repository_context #43
  • Importing a bundle gem adds all gems onto the load path (although they are not there) #42
  • Support Ruby Lambda with the Gemfile full of dependencies. #33
  • Support AWS Ruby Lambda with Bazel Rules #27
  • Want to understand better why native extensions are failing on CircleCI #24
  • First class support for Ruby RSpec gem with Bazel #19
  • Use sorbets Ruby 2.6 build instead of host #9

Merged pull requests:

  • Renaming the repo to @bazelruby_rules_ruby #69 (kigster)
  • Fixing outdated rule names in the README #68 (kigster)
  • Adding method Dir.children when it's not found. #67 (kigster)
  • Merging select features from Coinbase upstream branch #66 (kigster)
  • Upgrade Bazel and Bazelist; add ruby 2.7.0 #65 (kigster)
  • Bump nokogiri from 1.10.7 to 1.10.8 in /examples/simple_rails_api #64 (dependabot[bot])
  • This PR refactors bundle steps and :bin generation #61 (kigster)
  • Adds ruby_rspec and refactors the ruby_bundle rule, plus some more #60 (kigster)

v0.2.0 (2019-12-31)

Full Changelog

Fixed bugs:

  • Make rules_ruby/examples a deeper tree structure and ensure CircleCI integration pass #10

Closed issues:

  • Ability to package all files related to a bazel target in a zip file #29
  • Build rules_ruby on CircleCI using workflows (in addition to Travis) #26
  • Restore functionality that supported symlinking an existing Ruby interpreter #21
  • Move ruby files under ruby_rules/examples into a mini-mono repo #8

Merged pull requests:

  • Fixing brittle Host Ruby version detection. #56 (kigster)
  • Upgrading Bazel version to 2.0.0 #53 (kigster)
  • Renaming and making consistent all scripts #52 (kigster)
  • Adding auto-fix buildifier and auto-fix rubocop #50 (kigster)
  • Bump rack from 2.0.7 to 2.0.8 in /examples/simple_rails_api #49 (dependabot[bot])
  • Deprecate ruby/def.bzl + spelling + v0.1.2 #48 (kigster)
  • Speed up CircleCI/Travis ensure *correctness* with builds #46 (kigster)
  • [Feature] example rails server running #41 (grahamjenson)
  • [Fix] rubocop builds #40 (grahamjenson)
  • Adding CircleCI + upgrade Rubocop #39 (kigster)
  • [Fix] no spaces in files bug, remove deprecated code, remove host #38 (grahamjenson)
  • Sight facelift to shell files: #35 (kigster)
  • [Feature] install ruby if none exists #34 (grahamjenson)
  • Add files to DefaultInfo of the ruby_library #32 (kigster)
  • Upgrade Bazel version to 1.2.1 + use bin/setup(s) #31 (kigster)
  • Fixing Gemfile bundle dependency and bin/setup #30 (kigster)
  • Expose rake, erb and other commands as sh_binary #28 (yugui)
  • Reorganize sections in README #23 (yugui)
  • Run ruby_binary with the interpreter in a SDK again #22 (yugui)
  • Upgrade bundler #18 (yugui)
  • Make ruby_binary compatible with container #17 (yugui)
  • Fix errors in the simple_script example #16 (yugui)
  • Adding relaxed-rubocop and fixing styling issues #15 (grahamjenson)

v0.1.0 (2019-11-20)

Full Changelog

Fixed bugs:

  • Unable to run bazel build //...:all #3

Merged pull requests:

  • Ignore examples/ because it is an independent workspace to test rules_ruby #5 (yugui)
  • Updating the remote reference to match the Org #4 (kigster)

* This Changelog was automatically generated by github_changelog_generator