Releases: OneBusAway/onebusaway-application-modules
Releases · OneBusAway/onebusaway-application-modules
Release list
v2.7.1
What's Changed
- Fix CLI-created API keys returning 401 permission denied by @aaronbrethorst in #456
- Bump version from 2.7.0 to 2.7.1 across all modules by @aaronbrethorst in #457
- Adds a handful of missed 2.7.1 version changes by @aaronbrethorst in #459
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- Update version to 2.6.0 by @aaronbrethorst in #435
- Adds CLI for managing API keys by @aaronbrethorst in #448
- Fix missing maven-shade-plugin version warning by @aaronbrethorst in #453
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Update FederatedTransitDataBundleCreatorMain.java by @russellhoff in #167
- Documentation fixes by @blip-lorist in #169
- Deprecate plan trip API method in documentation by @barbeau in #175
- Error by @russellhoff in #170
- Error by @russellhoff in #171
- Ignore local project files for IntelliJ by @barbeau in #179
- Add Alexa and Pebble Smartwatch API keys to QuickStart by @barbeau in #199
- Print actual port being used for QuickStart by @barbeau in #197
- Unified merge by @sheldonabrown in #176
- Unified merge by @tliss in #211
- Enable zoom scrolling on map by @cookieguru in #215
- Update README.md by @laidig in #217
- 2.0.0 merge by @sheldonabrown in #229
- filters out vehicles with >60 mins last update or with no GPS location provided by @wkulesza in #226
- 2.0.39 merge by @sheldonabrown in #240
- ci: Switch from Travis to GitHub Action by @barbeau in #310
- docs: Update apps list to match README by @barbeau in #311
- Add mini changes where I complete marking some variables in the wiki … by @delia-li in #346
- docs: Update versions and links by @Altonhe in #347
- Fixes Javadoc building process by @aaronbrethorst in #351
- Added correct REST API link by @Srishti-j18 in #350
- Merge camsys by @aaronbrethorst in #356
- Bump org.apache.commons:commons-compress from 1.18 to 1.26.0 in /onebusaway-util by @dependabot in #357
- Adds CONTRIBUTING.md document by @aaronbrethorst in #359
- Makes the data type of the
User.temporarycolumn implicit by @aaronbrethorst in #360 - Bump commons-net:commons-net from 2.0 to 3.9.0 in /onebusaway-gtfsrt-integration-tests by @dependabot in #358
- Bump org.springframework.security:spring-security-core from 5.3.2.RELEASE to 5.7.12 in /onebusaway-users by @dependabot in #354
- Bump com.google.code.gson:gson from 1.7.1 to 2.8.9 in /onebusaway-gtfsrt-integration-tests by @dependabot in #362
- Updates version to
2.5.13-otsfby @aaronbrethorst in #361 - Bump org.apache.struts:struts2-core from 2.5.31 to 2.5.33 by @dependabot in #363
- Adds Dockerfile and docker-compose.yml for building and testing by @aaronbrethorst in #369
- Fix license by @aaronbrethorst in #370
- Bump org.apache.commons:commons-compress from 1.18 to 1.26.0 in /onebusaway-alerts-persistence by @dependabot in #371
- Get OBA working in Docker by @aaronbrethorst in #372
- Issue #366: Add an endpoint to retrieve the stops of a particular agency by @AngeloAvv in #367
- Use UTF-8 as character encoding for XML responses by @aaronbrethorst in #376
- Example config for publishing to Maven Central by @leonardehrenfried in #375
- Maven central by @aaronbrethorst in #382
- Dependencies by @aaronbrethorst in #387
- Improve Docker support for development by @aaronbrethorst in #388
- Add support for debugging the app server by @aaronbrethorst in #389
- Update README.md by @aaronbrethorst in #391
- Simplify docker container situation by @aaronbrethorst in #393
- Debugging by @aaronbrethorst in #394
- Metrics by @aaronbrethorst in #395
- Adds agencyID list metric by @aaronbrethorst in #407
- Get realtime data working in development server by @aaronbrethorst in #409
- Adds unmatched stop ID list #405 by @Satyam709 in #410
- Deletes two unused imports by @aaronbrethorst in #411
- Added more metrics by @Satyam709 in #413
- Cherrypicking by @aaronbrethorst in #364
- Add new tools under
binby @aaronbrethorst in #422 - Update the README instructions to work with the latest tools in the
bindirectory by @aaronbrethorst in #423 - feat(metrics): (#401) Add support for realtime trip counts matched in MetricsBean by @Abo-Omar-74 in #415
- More cherrypicking by @aaronbrethorst in #419
- feat(metrics): add total records count to MetricsBean (#400) by @Abo-Omar-74 in #421
- Back out broken fix by @aaronbrethorst in #427
- implemented last-update-delta metric by @Satyam709 in #426
- Add unit tests to metrics API by @amrhossamdev in #428
- Update README with information on using a different GTFS feed by @aaronbrethorst in #429
- Update the README with better instructions on changing the GTFS data source by @aaronbrethorst in #430
- Install and use gtfstidy by @aaronbrethorst in #433
- Clarify the README instructions about setting up alternative agencies by @aaronbrethorst in #434
New Contributors
- @russellhoff made their first contribution in #167
- @blip-lorist made their first contribution in #169
- @tliss made their first contribution in #211
- @cookieguru made their first contribution in #215
- @laidig made their first contribution in #217
- @wkulesza made their first contribution in #226
- @delia-li made their first contribution in #346
- @Altonhe made their first contribution in #347
- @Srishti-j18 made their first contribution in #350
- @dependabot made their first contribution in #357
- @AngeloAvv made their first contribution in #367
- @leonardehrenfried made their first contribution in #375
- @Satyam709 made their first contribution in #410
- @Abo-Omar-74 made their first contribut...