Releases: bannergress/backend
Releases · bannergress/backend
v2.7
What's Changed
- Bump org.geotools:gt-referencing from 29.2 to 30.0 by @dependabot in #342
- Bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #350
- Use git for versioning. by @ewoerner in #349
- Add UUID as banner attribute. by @ewoerner in #346
- Allow null mission picture. by @ewoerner in #347
- Suppress Hibernate in-memory filtering warning. by @ewoerner in #348
- Use native PostgreSQL enum types by @ewoerner in #352
- Bump io.hypersistence:hypersistence-utils-hibernate-62 from 3.6.0 to 3.6.1 by @dependabot in #353
- Bump org.geotools:gt-referencing from 30.0 to 30.1 by @dependabot in #354
- Bump org.springframework.boot from 3.1.5 to 3.2.0 by @dependabot in #355
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.2.0 to 2.3.0 by @dependabot in #356
- Bump org.springframework.boot from 3.2.0 to 3.2.1 by @dependabot in #358
- Upgrade to Hibernate Search 7.0 by @ewoerner in #360
- Use named enum support from Hibernate 6.3 instead of external library. by @ewoerner in #361
- Bump guava version to 33.0.0 by @ewoerner in #362
- Bump org.springframework.boot from 3.2.1 to 3.2.2 by @dependabot in #363
- Bump org.geotools:gt-referencing from 30.1 to 30.2 by @dependabot in #364
Full Changelog: v2.6...v2.7
v2.6
What's Changed
- Bump org.springframework.boot from 2.7.1 to 2.7.2 by @dependabot in #280
- Add MissionsByNIA22 to default official mission authors list. by @ewoerner in #283
- Handle invalid URLs from import by @ewoerner in #294
- Bump Keycloak dependencies. by @ewoerner in #293
- Add GPX export. by @ewoerner in #296
- Make distance calculation more precise. by @ewoerner in #297
- Bump org.geotools:gt-referencing from 28.1 to 28.2 by @dependabot in #298
- Bump org.geotools:gt-referencing from 28.2 to 29.1 by @dependabot in #308
- Don't allow import of mission errors other than "not found" by @ewoerner in #304
- Deserialize intel missions using @jsonformat(shape = JsonFormat.Shape.ARRAY) by @ewoerner in #305
- Replace deprecated Keycloak adapter with Spring oauth2 resource server. by @ewoerner in #310
- Fix Eclipse annotation processing by @ewoerner in #311
- Prepare for Spring Security 6 by @ewoerner in #309
- Spring boot 3.1 by @ewoerner in #312
- Remove deprecations by @ewoerner in #313
- Remove unnecessary @Autowired and @repository annotations. by @ewoerner in #314
- Fix revision table sequence (Hibernate 6 migration). by @ewoerner in #315
- Bump org.springframework.boot from 3.1.0 to 3.1.1 by @dependabot in #317
- Allow selection of banner attributes. by @ewoerner in #323
- Hibernate search 6.2.0 by @ewoerner in #324
- Bump org.springframework.boot from 3.1.1 to 3.1.2 by @dependabot in #327
- Bump org.geotools:gt-referencing from 29.1 to 29.2 by @dependabot in #325
- Skip unavailable portals in distance calculation by @ewoerner in #330
- Allow import of portal with null picture by @ewoerner in #328
- Bump org.springframework.boot from 3.1.2 to 3.1.4 by @dependabot in #333
- Trim /unused missions search by @ewoerner in #336
- Remove warning signs on banner images where all missions are disabled/submitted by @ewoerner in #335
- Do not return owner attribute in preview. by @ewoerner in #337
- Update springdoc-openapi to 2.2.0 by @ewoerner in #339
- Fix checkstyle errors by @ewoerner in #340
- Rework mission import logic for creator mission list. by @ewoerner in #341
Full Changelog: v2.5...v2.6
v2.5
What's Changed
- Bump org.springframework.boot from 2.6.7 to 2.7.0 by @dependabot in #273
- Use Accept-Language header to retrieve place information. by @ewoerner in #274
- Bump org.springframework.boot from 2.7.0 to 2.7.1 by @dependabot in #275
- Add events to banners by @ewoerner in #276
- Allow to import author name with creator imports. by @ewoerner in #279
- Fix Lucene event search filter. by @ewoerner in #277
- Fix deprecation warnings by @ewoerner in #278
- Make Niantic agent list configurable. by @ewoerner in #281
Full Changelog: v2.4...v2.5
v2.4
v2.3
What's Changed
- Fix casing of official author names. by @ewoerner in #253
- Bump dependencies by @ewoerner in #252
- Bump org.springframework.boot from 2.6.4 to 2.6.6 by @dependabot in #255
- Separate keycloak configuration and keycloak web security configuration. by @ewoerner in #256
- Lucene search by @ewoerner in #257
- Add OpenAPI description and Swagger UI. by @ewoerner in #258
- Remove unused multiple of six validation. by @ewoerner in #259
- Change banner_picture.picture column to bytea. by @ewoerner in #260
- Add warning and planned offline date attributes to banners. by @ewoerner in #261
- Use specifications instead of JPQL for mission searches. by @ewoerner in #262
- Reduce banner picture maintenance interval. by @ewoerner in #263
- Show agent information only for verified agents. by @ewoerner in #264
- Remove old queueing system. by @ewoerner in #265
- Add latest status update timestamp to mission and banner response. by @ewoerner in #267
- Remove deprecated online attribute. by @ewoerner in #268
- Bump org.springframework.boot from 2.6.6 to 2.6.7 by @dependabot in #269
- Revert "Show agent information only for verified agents." by @ewoerner in #270
- Do not allow search by author for anonymous users. by @ewoerner in #271
New Contributors
- @dependabot made their first contribution in #255
Full Changelog: v2.2...v2.3
v2.2
What's Changed
- Fix performance of preview / save. by @ewoerner in #229
- Improve meta endpoint. by @ewoerner in #231
- Allow owners to update their own banners. by @ewoerner in #233
- Fix the import of "unknown" players. by @ewoerner in #235
- Export faction in user endpoints. by @ewoerner in #237
- Allow account unlinking. by @ewoerner in #238
- Fix performance of search by author. by @ewoerner in #239
- Delete nominatim backend. by @ewoerner in #243
- Reject certain edits. by @ewoerner in #240
- Verification enhancements by @ewoerner in #241
- Retry verification process if it fails. by @ewoerner in #244
- Revert retry verification and bypass cache by @ewoerner in #246
Full Changelog: v2.1...v2.2
v2.1
What's Changed
- Add endpoint for meta tags which can be included using SSI. by @ewoerner in #207
- Allow to disable online status when importing mission details. by @ewoerner in #208
- Remove unused topMissionsInBounds and topMissionsForPortal endpoints. by @ewoerner in #209
- Fine grained mission status by @ewoerner in #210
- Add Hibernate spatial extensions and PostGIS. by @ewoerner in #211
- Add sort by proximity by @ewoerner in #215
- Fix enum type of mission status attribute. by @ewoerner in #217
- Add slug updates. by @ewoerner in #218
- Fix SRID for older PostGIS version. by @ewoerner in #219
- Add online filter to banner endpoint. by @ewoerner in #220
- Introduce placeholder missions. by @ewoerner in #221
- Fix banner updates with placeholder missions. by @ewoerner in #223
- Update banner picture style. by @ewoerner in #224
- Do not delete pictures on banner deletion. by @ewoerner in #226
Full Changelog: v2.0...v2.1