Skip to content

Releases: ioki-mobility/ioki-ruby

0.14.0

13 Apr 09:18
97f8ee7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

12 Dec 15:52
a633733
Compare
Choose a tag to compare

What's Changed

Dependencies

Full Changelog: 0.12.0...0.13.0

0.12.0

26 Oct 09:49
061982d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

26 Oct 08:49
dbc7274
Compare
Choose a tag to compare

What's Changed

  • Passenger API | Add new attributes for deprecated money objects by @phylor in #125
  • Operator API | Add task_list endpoints and model by @tom-ioki in #112
  • Add documentation on how to create a release by @eikes in #124
  • Operator Api | Endpoints for pauses by @tom-ioki in #126
  • Operator Api | Refine operator models by @tom-ioki in #128
  • Operator API | Providers by @phylor in #132
  • Endpoints::Create | Allow an array as path argument by @phylor in #130
  • Operator Api | Add ride endpoints by @tom-ioki in #129
  • Operator Api | Add TaskList/Station Deactivation endpoints by @tom-ioki in #133
  • Operator Api | Introduce endpoints for StationCategories by @tom-ioki in #134
  • Operator Api | Add endpoints for DriverVehicleConnection by @tom-ioki in #135
  • Operator Api | Introduce task endpoints by @tom-ioki in #136
  • Update Rubocop and other dependencies by @rmehner in #139
  • Add client endpoints to driver, passenger and platform by @rmehner in #138
  • Passenger/Platform API | Add support for MBS by @phylor in #127
  • Ignore unrecognized rubocop cops by @flp-ioki in #140

Full Changelog: 0.10.1...0.11.0

0.10.1

06 Sep 11:27
911a4e6
Compare
Choose a tag to compare

What's Changed

  • Refine models for Operator Api by @tom-ioki in #103
  • Don't send nil headers by @phylor in #104
  • Platform API | Add reassign task list endpoint by @ozb-ioki in #109
  • Logpay | Create customer by @phylor in #105
  • Operator API | Add station endpoints and model by @tom-ioki in #108
  • Logpay | Create payment methods by @phylor in #106
  • Add newly exposed payment feature flags in platform API by @tot-ioki in #114
  • Add newly exposed payment feature flags in platform API by @tot-ioki in #116
  • Operator API | Endpoints for MatchingConfiguration by @tom-ioki in #117
  • Inherit rubocop config from Triebwerk by @flp-ioki in #118
  • Omit payment method on booking if it's nil by @rmehner in #119
  • Moves the 'Endpoints' module into the 'Ioki' module by @eikes in #120
  • Operator API | Add fuel_type_options to Model::Operator::Vehicle by @tom-ioki in #121
  • Operator API | Remove fuel_type_options by @tom-ioki in #122
  • Passenger API | Create tips by @phylor in #123

New Contributors

Full Changelog: 0.9.0...0.10.1

0.9.0

06 Sep 11:02
8b895c7
Compare
Choose a tag to compare

What's Changed

  • Platform API model add places endpoints and improvements for :create and :update serialization by @eikes in #90
  • Expand support for Driver API by @eikes in #88
  • Adds current_ride endpoint to passenger API by @eikes in #91
  • Add LICENSE.md by @chb-ioki in #92
  • All model class in an API module inherit from the same Base class by @eikes in #93
  • Operator Api: add show endpoint for product by @tom-ioki in #89
  • Add permission endpoint for current operator by @phylor in #99
  • Add User#notification_settings by @phylor in #94
  • Add line and line stop to plattform api by @ozb-ioki in #96
  • Add driver model and driver endpoints for Operator Api by @tom-ioki in #98
  • Fix naming in ci.yml by @tom-ioki in #101
  • Add place model and place endpoints for operator api by @tom-ioki in #100
  • Add support for returning pagination info by @phylor in #102

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

30 Mar 12:11
8efb8de
Compare
Choose a tag to compare

Changes

  • Adds Operator API support

  • Adds webhooks models and webhooks support

  • Runtime attribute class resolution by @eikes in #54

  • Fix version being required on create for rides by @rmehner in #55

  • Make Ioki::Model::Platform::ServiceCredit #charges attribute an array by @eikes in #56

  • Enables iterating over index endpoint results in a given block by @eikes in #57

  • Fix missing version on PATCH passenger/user by @phylor in #58

  • Fix missing version attribute when updating user by @phylor in #60

  • Silence warning in specs by @A5308Y in #61

  • Allow present? and blank? to be used in Rails by @phylor in #59

  • OperatorApi by @A5308Y in #62

  • Add params for PlatformAPI#update_user by @phylor in #65

  • Add announcements to platform API by @rmehner in #66

  • Change serializers to allow Rating to be created by @phylor in #67

  • Add announcement to product response of platform API by @rmehner in #68

  • Add additional_information_url to announcements by @rmehner in #69

  • Adds meaningful Ioki::Error::Base message by @eikes in #70

  • Exposes latest request in Endpoints::Index when block is passed for iteration by @eikes in #71

  • Add endpoint for cancellation_voucher by @phylor in #76

  • Adds :provider_id to Ioki::Model::Platform::User model by @eikes in #75

  • Phone verification endpoints by @phylor in #77

  • Webhooks Models by @eikes in #79

  • Allow email to be provided when creating user by @phylor in #80

  • Refine Vehicle model for Operator API by @tom-ioki in #81

  • Add more webhooks support by @eikes in #82

  • Creates Ioki::Support module by @eikes in #83

  • Replaces 'pry' gem with state of the art 'debug' gem by @eikes in #84

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

16 Dec 07:28
a38d94a
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

  • Add missing platform models and attributes by @A5308Y in #43

Full Changelog: 0.6.2...0.7.0

0.6.2

30 Nov 09:55
8558d4a
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

What's Changed

  • Don't require version on ride creation by @rmehner in #48

Full Changelog: 0.6.1...0.6.2

0.6.1

29 Nov 12:00
03107b0
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

What's Changed

  • Decode JSON before logging, so no Encoding::UndefinedConversionError is raised when logging Umlaute by @eikes in #44
  • Ensure 100% test coverage by @A5308Y in #41
  • Pass version on passenger rides by @rmehner in #46
  • Fixes log filter to actually work by @eikes in #45

Full Changelog: 0.6.0...0.6.1