Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.3 Release #948

Merged
merged 20 commits into from
Oct 26, 2024
Merged

v7.3 Release #948

merged 20 commits into from
Oct 26, 2024

Commits on Jul 20, 2024

  1. produce sources JAR

    greatly improves debugging dependent artifacts
    abyrd committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    baab891 View commit details
    Browse the repository at this point in the history
  2. update some comments

    abyrd committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    eac1272 View commit details
    Browse the repository at this point in the history
  3. Unified size-limited scenario network cache

    Moved from individual TransportNetwork instances to a single cache
    under TransportNetworkCache.
    abyrd committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    704c8ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1862bef View commit details
    Browse the repository at this point in the history
  5. fix javadoc

    abyrd authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9d36b01 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c417eee View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e3094f8 View commit details
    Browse the repository at this point in the history
  2. update to latest mongodb legacy java driver

    This is the newest driver, but with an older programming API that
    matches our code. It should be a drop-in replacement, and Mongojack
    also seems to pick this up as its transitive mongodb driver dependency.
    abyrd committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5e10ee View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Revert "strict objectmapper to detect misspelled fields"

    This reverts commit 3094f8a32aa5ef8be8a816ef6fe42bc5ea8513c.
    
    The backend needs to allow sending config to workers with new features it doesn't know about.
    abyrd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ecc8002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4614bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #942 from conveyal/mongo-driver-legacy

    Update to latest mongodb legacy java driver
    abyrd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3d64db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54eb4f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #940 from conveyal/abyrd/scenario-network-cache

    Application-wide, size-limited cache for scenario networks
    abyrd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3437d67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    439936d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #941 from conveyal/network-config

    Store and retrieve user-specified network config, addresses #644
    abyrd authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    68c6772 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    434dcf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd7840c View commit details
    Browse the repository at this point in the history
  3. Add custom walking traversal permissions via TransportNetworkConfig (#…

    …943)
    
    * Add SidewalkTraversalPermissionLabeler
    
    activated via TransportNetworkConfig when building a network from a config JSON
    
    * Remove deprecated buildNetworkFromBundleZip
    
    Building from .zip files on S3 has not been supported since 2016.
    
    * Enable TransportNetworkConfig in non-cluster use
    
    such as PointToPointRouterServer
    
    * Make sidewalk PermissionLabeler more restrictive
    
    Disallow walking anywhere driving is allowed
    
    * Set permissionLabeler more cleanly
    ansoncfit authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8720aa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77f960a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Merge pull request #944 from conveyal/check-config-exists

    Check if the bundle config exists, return 404 if missing
    trevorgerhardt authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e5a9a26 View commit details
    Browse the repository at this point in the history